Set pytz>=2019.01 (#22966)
This commit is contained in:
parent
be51a3ae12
commit
f531ca61c6
3 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ PyJWT==1.7.1
|
||||||
cryptography==2.6.1
|
cryptography==2.6.1
|
||||||
pip>=8.0.3
|
pip>=8.0.3
|
||||||
python-slugify==1.2.6
|
python-slugify==1.2.6
|
||||||
pytz>=2018.07
|
pytz>=2019.01
|
||||||
pyyaml>=3.13,<4
|
pyyaml>=3.13,<4
|
||||||
requests==2.21.0
|
requests==2.21.0
|
||||||
ruamel.yaml==0.15.91
|
ruamel.yaml==0.15.91
|
||||||
|
|
|
@ -10,7 +10,7 @@ PyJWT==1.7.1
|
||||||
cryptography==2.6.1
|
cryptography==2.6.1
|
||||||
pip>=8.0.3
|
pip>=8.0.3
|
||||||
python-slugify==1.2.6
|
python-slugify==1.2.6
|
||||||
pytz>=2018.07
|
pytz>=2019.01
|
||||||
pyyaml>=3.13,<4
|
pyyaml>=3.13,<4
|
||||||
requests==2.21.0
|
requests==2.21.0
|
||||||
ruamel.yaml==0.15.91
|
ruamel.yaml==0.15.91
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -44,7 +44,7 @@ REQUIRES = [
|
||||||
'cryptography==2.6.1',
|
'cryptography==2.6.1',
|
||||||
'pip>=8.0.3',
|
'pip>=8.0.3',
|
||||||
'python-slugify==1.2.6',
|
'python-slugify==1.2.6',
|
||||||
'pytz>=2018.07',
|
'pytz>=2019.01',
|
||||||
'pyyaml>=3.13,<4',
|
'pyyaml>=3.13,<4',
|
||||||
'requests==2.21.0',
|
'requests==2.21.0',
|
||||||
'ruamel.yaml==0.15.91',
|
'ruamel.yaml==0.15.91',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue