Set pytz to >=2019.03

This commit is contained in:
Fabian Affolter 2019-10-08 16:23:21 +02:00
parent e176f16141
commit 7a57c3a66a
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ jinja2>=2.10.1
netdisco==2.6.0 netdisco==2.6.0
pip>=8.0.3 pip>=8.0.3
python-slugify==3.0.4 python-slugify==3.0.4
pytz>=2019.02 pytz>=2019.03
pyyaml==5.1.2 pyyaml==5.1.2
requests==2.22.0 requests==2.22.0
ruamel.yaml==0.15.100 ruamel.yaml==0.15.100

View File

@ -12,7 +12,7 @@ PyJWT==1.7.1
cryptography==2.7 cryptography==2.7
pip>=8.0.3 pip>=8.0.3
python-slugify==3.0.4 python-slugify==3.0.4
pytz>=2019.02 pytz>=2019.03
pyyaml==5.1.2 pyyaml==5.1.2
requests==2.22.0 requests==2.22.0
ruamel.yaml==0.15.100 ruamel.yaml==0.15.100

View File

@ -45,7 +45,7 @@ REQUIRES = [
"cryptography==2.7", "cryptography==2.7",
"pip>=8.0.3", "pip>=8.0.3",
"python-slugify==3.0.4", "python-slugify==3.0.4",
"pytz>=2019.02", "pytz>=2019.03",
"pyyaml==5.1.2", "pyyaml==5.1.2",
"requests==2.22.0", "requests==2.22.0",
"ruamel.yaml==0.15.100", "ruamel.yaml==0.15.100",