diff --git a/setup.py b/setup.py index 2c725ca..443c04e 100644 --- a/setup.py +++ b/setup.py @@ -38,6 +38,9 @@ setup( 'itsdangerous', 'passlib', 'secrets', + 'pytz', + 'dateutil', + 'watchdog', 'configparser', 'pyOpenSSL', 'waitress',