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',