mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Constrain requests to a version (#7725)
Add an optional extended description…
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user