mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Constrain requests to a version (#7725)
Add an optional extended description…
This commit is contained in:
committed by
Pascal Vizeli
parent
6872daab89
commit
2682996939
@@ -1,4 +1,4 @@
|
||||
requests>=2,<3
|
||||
requests==2.14.2
|
||||
pyyaml>=3.11,<4
|
||||
pytz>=2017.02
|
||||
pip>=7.1.0
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user