Upgrade pytz to 2016.6.1 (#2541)
This commit is contained in:
parent
64d5a328f3
commit
ddcad275f7
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Home Assistant core
|
||||
requests>=2,<3
|
||||
pyyaml>=3.11,<4
|
||||
pytz>=2016.4
|
||||
pytz>=2016.6.1
|
||||
pip>=7.0.0
|
||||
jinja2>=2.8
|
||||
voluptuous==0.8.9
|
||||
|
|
2
setup.py
2
setup.py
|
@ -13,7 +13,7 @@ PACKAGES = find_packages(exclude=['tests', 'tests.*'])
|
|||
REQUIRES = [
|
||||
'requests>=2,<3',
|
||||
'pyyaml>=3.11,<4',
|
||||
'pytz>=2016.4',
|
||||
'pytz>=2016.6.1',
|
||||
'pip>=7.0.0',
|
||||
'jinja2>=2.8',
|
||||
'voluptuous==0.8.9',
|
||||
|
|
Loading…
Add table
Reference in a new issue