Update pytz to 2016.10 (#5247)

This commit is contained in:
Fabian Affolter 2017-01-09 21:50:38 +01:00 committed by GitHub
parent e6a9b6404f
commit 6be19e8997
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# Home Assistant core
requests>=2,<3
pyyaml>=3.11,<4
pytz>=2016.7
pytz>=2016.10
pip>=7.0.0
jinja2>=2.8
voluptuous==0.9.2

View file

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