From: Tage Nielsen Date: Sat, 7 Sep 2013 21:26:03 +0000 (-0700) Subject: Pip 1.4+ compatibility with pytz X-Git-Tag: v0.2.23~99^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ec4d01b432a85528b17d6dd3d362b6d0b11e0b3e;p=tools%2Fpython-jenkinsapi.git Pip 1.4+ compatibility with pytz --- diff --git a/setup.py b/setup.py index 485016d..20f462c 100644 --- 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,