From 3099c1aae9a96c5ac9d6e2cdb1e254dad479d524 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 24 Aug 2013 11:57:33 +0200 Subject: [PATCH] setup.py: Install optional dependencies. --- setup.py | 3 +++ 1 file changed, 3 insertions(+) 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', ], )