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
* waitress
* pytz
* dateutil
* python-dateutil
* watchdog
```
### Install

View File

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