Set pytz to >=2018.07 (#19387)

This commit is contained in:
Fabian Affolter 2018-12-17 17:35:13 +01:00 committed by Charles Garwood
parent a6568fba7a
commit 3a1dc16c0d
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ PyJWT==1.6.4
cryptography==2.3.1
pip>=8.0.3
python-slugify==1.2.6
pytz>=2018.04
pytz>=2018.07
pyyaml>=3.13,<4
requests==2.20.1
ruamel.yaml==0.15.81

View File

@ -11,7 +11,7 @@ PyJWT==1.6.4
cryptography==2.3.1
pip>=8.0.3
python-slugify==1.2.6
pytz>=2018.04
pytz>=2018.07
pyyaml>=3.13,<4
requests==2.20.1
ruamel.yaml==0.15.81

View File

@ -46,7 +46,7 @@ REQUIRES = [
'cryptography==2.3.1',
'pip>=8.0.3',
'python-slugify==1.2.6',
'pytz>=2018.04',
'pytz>=2018.07',
'pyyaml>=3.13,<4',
'requests==2.20.1',
'ruamel.yaml==0.15.81',