summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris <chrisbrake@users.noreply.github.com>2018-06-18 14:43:32 -0600
committerAarni Koskela <akx@iki.fi>2018-06-19 10:21:58 +0300
commit83f959ebf23266b5ae7432589c2f4983f0d817b4 (patch)
treeb3529ff404cf6c3dca33a992c9c7a3986c05a26b
parent23ca4bf2b187748e5e8372c6dae541fbcc5fbe5d (diff)
downloadbabel-83f959ebf23266b5ae7432589c2f4983f0d817b4.tar.gz
Bumped version requirement on pytz
Here you use the utc attribute on the _pytz object: https://github.com/python-babel/babel/blob/23ca4bf2b187748e5e8372c6dae541fbcc5fbe5d/babel/util.py#L304 Which was added in this commit https://github.com/stub42/pytz/commit/ae82fbc71b374a5a5b32bf3bbb38ebb97af6e715 Added the corrected version requirement for it's appearance
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8e268e1..27c7541 100755
--- a/setup.py
+++ b/setup.py
@@ -61,7 +61,7 @@ setup(
# This version identifier is currently necessary as
# pytz otherwise does not install on pip 1.4 or
# higher.
- 'pytz>=0a',
+ 'pytz>=2015.7',
],
cmdclass={'import_cldr': import_cldr},