summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAlexis Métaireau <alexis@notmyidea.org>2013-08-31 19:54:39 +0200
committerAlexis Métaireau <alexis@notmyidea.org>2013-08-31 19:54:39 +0200
commit0170bd81e55663f55565dc593559b9cb23b7e6f4 (patch)
treeac20d68475466b127324c51363764b4463a4340f /setup.py
parent63f19ff5ccb70273e3248f52926c8dd80d0b8017 (diff)
downloadfeedgenerator-0170bd81e55663f55565dc593559b9cb23b7e6f4.tar.gz
Update the pytz requirements
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3e07d08..24b3e8c 100644
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,7 @@ VERSION = '1.6'
TEST_SUITE = 'tests_feedgenerator'
-REQUIRES = ['pytz', 'six']
+REQUIRES = ['pytz >= 0a', 'six']
setup(
name=NAME,