diff --git a/setup.py b/setup.py index 908597d21..55243b93a 100644 --- a/setup.py +++ b/setup.py @@ -218,6 +218,9 @@ setup( install_requires=[ # Time plugin 'python-dateutil >=2.0', + 'pytz', + 'charade', + 'sqlalchemy', 'feedparser', ], )