Skip to content

Commit

Permalink
Upgrade to pytz 2016.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and balloob committed Apr 3, 2016
1 parent 61a9562 commit c7fd0eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Home Assistant core
requests>=2,<3
pyyaml>=3.11,<4
pytz>=2015.4
pytz>=2016.3
pip>=7.0.0
vincenty==0.1.4
jinja2>=2.8
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
REQUIRES = [
'requests>=2,<3',
'pyyaml>=3.11,<4',
'pytz>=2015.4',
'pytz>=2016.3',
'pip>=7.0.0',
'vincenty==0.1.4',
'jinja2>=2.8',
Expand Down

0 comments on commit c7fd0eb

Please sign in to comment.