Set pytz to >=2018.04 (#14520)
This commit is contained in:
parent
4c328baaa6
commit
e929f45ab8
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
requests==2.18.4
|
||||
pyyaml>=3.11,<4
|
||||
pytz>=2017.02
|
||||
pytz>=2018.04
|
||||
pip>=8.0.3
|
||||
jinja2>=2.10
|
||||
voluptuous==0.11.1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Home Assistant core
|
||||
requests==2.18.4
|
||||
pyyaml>=3.11,<4
|
||||
pytz>=2017.02
|
||||
pytz>=2018.04
|
||||
pip>=8.0.3
|
||||
jinja2>=2.10
|
||||
voluptuous==0.11.1
|
||||
|
|
2
setup.py
2
setup.py
|
@ -44,7 +44,7 @@ PACKAGES = find_packages(exclude=['tests', 'tests.*'])
|
|||
REQUIRES = [
|
||||
'requests==2.18.4',
|
||||
'pyyaml>=3.11,<4',
|
||||
'pytz>=2017.02',
|
||||
'pytz>=2018.04',
|
||||
'pip>=8.0.3',
|
||||
'jinja2>=2.10',
|
||||
'voluptuous==0.11.1',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue