Upgrade pytz to 2016.7 (#4002)

This commit is contained in:
Fabian Affolter 2016-10-23 20:51:41 +02:00 committed by Johann Kellerman
parent 13ab2be5f6
commit 1f89e6ddba
2 changed files with 2 additions and 2 deletions

View file

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

View file

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