Constrain requests to a version (#7725)

Add an optional extended description…
This commit is contained in:
Paulus Schoutsen 2017-05-23 06:45:22 -07:00 committed by Pascal Vizeli
parent 6872daab89
commit 2682996939
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
requests>=2,<3
requests==2.14.2
pyyaml>=3.11,<4
pytz>=2017.02
pip>=7.1.0

View File

@ -1,5 +1,5 @@
# Home Assistant core
requests>=2,<3
requests==2.14.2
pyyaml>=3.11,<4
pytz>=2017.02
pip>=7.1.0

View File

@ -15,7 +15,7 @@ DOWNLOAD_URL = ('{}/archive/'
PACKAGES = find_packages(exclude=['tests', 'tests.*'])
REQUIRES = [
'requests>=2,<3',
'requests==2.14.2',
'pyyaml>=3.11,<4',
'pytz>=2017.02',
'pip>=7.1.0',