Add minimum version requirement for pytz
.
This commit is contained in:
parent
ee9c6622ff
commit
8a0f300fc0
1 changed files with 4 additions and 1 deletions
5
setup.py
5
setup.py
|
@ -73,7 +73,10 @@ requires = [
|
||||||
'decorator', # 3.3.2
|
'decorator', # 3.3.2
|
||||||
'lockfile', # 0.9.1
|
'lockfile', # 0.9.1
|
||||||
'progressbar', # 2.3
|
'progressbar', # 2.3
|
||||||
'pytz', # 2012b
|
|
||||||
|
# Hardcode ``pytz`` minimum since apparently it isn't (any longer?) enough
|
||||||
|
# to simply require the library.
|
||||||
|
'pytz>=2013b', # 2013b
|
||||||
]
|
]
|
||||||
|
|
||||||
if sys.version_info < (2, 7):
|
if sys.version_info < (2, 7):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue