mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 17:57:55 +00:00
Upgrade pytz to 2016.4 (#1932)
* Upgrade pytz to 2016.4 * Upgrade pytz to 2016.4
This commit is contained in:
parent
6354399d55
commit
157036c1d2
@ -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.3
|
pytz>=2016.4
|
||||||
pip>=7.0.0
|
pip>=7.0.0
|
||||||
vincenty==0.1.4
|
vincenty==0.1.4
|
||||||
jinja2>=2.8
|
jinja2>=2.8
|
||||||
|
2
setup.py
2
setup.py
@ -13,7 +13,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.3',
|
'pytz>=2016.4',
|
||||||
'pip>=7.0.0',
|
'pip>=7.0.0',
|
||||||
'vincenty==0.1.4',
|
'vincenty==0.1.4',
|
||||||
'jinja2>=2.8',
|
'jinja2>=2.8',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user