diff options
| author | Alexis Métaireau <alexis@notmyidea.org> | 2013-08-31 19:54:39 +0200 |
|---|---|---|
| committer | Alexis Métaireau <alexis@notmyidea.org> | 2013-08-31 19:54:39 +0200 |
| commit | 0170bd81e55663f55565dc593559b9cb23b7e6f4 (patch) | |
| tree | ac20d68475466b127324c51363764b4463a4340f | |
| parent | 63f19ff5ccb70273e3248f52926c8dd80d0b8017 (diff) | |
| download | feedgenerator-0170bd81e55663f55565dc593559b9cb23b7e6f4.tar.gz | |
Update the pytz requirements
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ VERSION = '1.6' TEST_SUITE = 'tests_feedgenerator' -REQUIRES = ['pytz', 'six'] +REQUIRES = ['pytz >= 0a', 'six'] setup( name=NAME, |
