mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Set pytz>=2019.01 (#22966)
This commit is contained in:
parent
be51a3ae12
commit
f531ca61c6
@ -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…
x
Reference in New Issue
Block a user