Pip 1.4+ compatibility with pytz
authorTage Nielsen <tage.nielsen@locationlabs.com>
Sat, 7 Sep 2013 21:26:03 +0000 (14:26 -0700)
committerTage Nielsen <tage.nielsen@locationlabs.com>
Sat, 7 Sep 2013 21:26:03 +0000 (14:26 -0700)
setup.py

index 485016d..20f462c 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ setup(name=PROJECT_NAME.lower(),
       zip_safe=True,
       include_package_data=False,
       setup_requires=['nose'],
-      install_requires=['requests>=1.2.3', 'pytz'],
+      install_requires=['requests>=1.2.3', 'pytz>=2013b'],
       test_suite='jenkinsapi_tests',
       tests_require=['mock', 'coverage'],
       entry_points=GLOBAL_ENTRY_POINTS,