From 32f408d54f8c69f319344279d7307a7d447242f6 Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Mon, 13 Apr 2020 15:08:40 +0100 Subject: [PATCH] all the other missing deps --- setup.py | 3 +++ 1 file changed, 3 insertions(+) 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',