From c00311bd15b3eea7d99de9951e6e0be0458764a2 Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Mon, 13 Apr 2020 15:16:48 +0100 Subject: [PATCH] typo --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3e8dae..0e21806 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ A basic account management system for [Jellyfin](https://github.com/jellyfin/jel * pyOpenSSL * waitress * pytz -* dateutil +* python-dateutil * watchdog ``` ### Install diff --git a/setup.py b/setup.py index 443c04e..49fff29 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ setup( 'passlib', 'secrets', 'pytz', - 'dateutil', + 'python-dateutil', 'watchdog', 'configparser', 'pyOpenSSL',