This commit is contained in:
Harvey Tindall 2020-04-13 15:16:48 +01:00
parent ed0ca7e490
commit c00311bd15
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ A basic account management system for [Jellyfin](https://github.com/jellyfin/jel
* pyOpenSSL * pyOpenSSL
* waitress * waitress
* pytz * pytz
* dateutil * python-dateutil
* watchdog * watchdog
``` ```
### Install ### Install

View File

@ -39,7 +39,7 @@ setup(
'passlib', 'passlib',
'secrets', 'secrets',
'pytz', 'pytz',
'dateutil', 'python-dateutil',
'watchdog', 'watchdog',
'configparser', 'configparser',
'pyOpenSSL', 'pyOpenSSL',