Upgrade pytz to 2017.02 (#6875)

This commit is contained in:
Fabian Affolter 2017-04-01 12:36:24 +02:00 committed by GitHub
parent 65b9383e04
commit ec2df2ca0f
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
requests>=2,<3
pyyaml>=3.11,<4
pytz>=2016.10
pytz>=2017.02
pip>=7.1.0
jinja2>=2.9.5
voluptuous==0.9.3

View file

@ -1,7 +1,7 @@
# Home Assistant core
requests>=2,<3
pyyaml>=3.11,<4
pytz>=2016.10
pytz>=2017.02
pip>=7.1.0
jinja2>=2.9.5
voluptuous==0.9.3

View file

@ -17,7 +17,7 @@ PACKAGES = find_packages(exclude=['tests', 'tests.*'])
REQUIRES = [
'requests>=2,<3',
'pyyaml>=3.11,<4',
'pytz>=2016.10',
'pytz>=2017.02',
'pip>=7.1.0',
'jinja2>=2.9.5',
'voluptuous==0.9.3',