1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Constrain core dependencies to core versions (#6738)

* Require at least pip 7.1

* Write and use constraint files for packages

* Update gen_requirements_all.py
This commit is contained in:
Paulus Schoutsen
2017-03-22 08:50:54 -07:00
committed by GitHub
parent f4aec3ac88
commit 902b72ba1a
7 changed files with 65 additions and 15 deletions

View File

@@ -18,7 +18,7 @@ REQUIRES = [
'requests>=2,<3',
'pyyaml>=3.11,<4',
'pytz>=2016.10',
'pip>=7.0.0',
'pip>=7.1.0',
'jinja2>=2.9.5',
'voluptuous==0.9.3',
'typing>=3,<4',