mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 02:37:50 +00:00
cryptography + numpy for python 3.8 (#27861)
This commit is contained in:
parent
3bb46d5080
commit
9392cbff03
@ -4,7 +4,7 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/iqvia",
|
"documentation": "https://www.home-assistant.io/integrations/iqvia",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"numpy==1.17.1",
|
"numpy==1.17.3",
|
||||||
"pyiqvia==0.2.1"
|
"pyiqvia==0.2.1"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "Opencv",
|
"name": "Opencv",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/opencv",
|
"documentation": "https://www.home-assistant.io/integrations/opencv",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"numpy==1.17.1",
|
"numpy==1.17.3",
|
||||||
"opencv-python-headless==4.1.1.26"
|
"opencv-python-headless==4.1.1.26"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/tensorflow",
|
"documentation": "https://www.home-assistant.io/integrations/tensorflow",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"tensorflow==1.13.2",
|
"tensorflow==1.13.2",
|
||||||
"numpy==1.17.1",
|
"numpy==1.17.3",
|
||||||
"protobuf==3.6.1"
|
"protobuf==3.6.1"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "Trend",
|
"name": "Trend",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/trend",
|
"documentation": "https://www.home-assistant.io/integrations/trend",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"numpy==1.17.1"
|
"numpy==1.17.3"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
|
@ -8,7 +8,7 @@ attrs==19.2.0
|
|||||||
bcrypt==3.1.7
|
bcrypt==3.1.7
|
||||||
certifi>=2019.9.11
|
certifi>=2019.9.11
|
||||||
contextvars==2.4;python_version<"3.7"
|
contextvars==2.4;python_version<"3.7"
|
||||||
cryptography==2.7
|
cryptography==2.8
|
||||||
distro==1.4.0
|
distro==1.4.0
|
||||||
hass-nabucasa==0.22
|
hass-nabucasa==0.22
|
||||||
home-assistant-frontend==20191014.0
|
home-assistant-frontend==20191014.0
|
||||||
|
@ -9,7 +9,7 @@ contextvars==2.4;python_version<"3.7"
|
|||||||
importlib-metadata==0.23
|
importlib-metadata==0.23
|
||||||
jinja2>=2.10.1
|
jinja2>=2.10.1
|
||||||
PyJWT==1.7.1
|
PyJWT==1.7.1
|
||||||
cryptography==2.7
|
cryptography==2.8
|
||||||
pip>=8.0.3
|
pip>=8.0.3
|
||||||
python-slugify==3.0.6
|
python-slugify==3.0.6
|
||||||
pytz>=2019.03
|
pytz>=2019.03
|
||||||
@ -884,7 +884,7 @@ nuheat==0.3.0
|
|||||||
# homeassistant.components.opencv
|
# homeassistant.components.opencv
|
||||||
# homeassistant.components.tensorflow
|
# homeassistant.components.tensorflow
|
||||||
# homeassistant.components.trend
|
# homeassistant.components.trend
|
||||||
numpy==1.17.1
|
numpy==1.17.3
|
||||||
|
|
||||||
# homeassistant.components.oasa_telematics
|
# homeassistant.components.oasa_telematics
|
||||||
oasatelematics==0.3
|
oasatelematics==0.3
|
||||||
|
@ -313,7 +313,7 @@ nuheat==0.3.0
|
|||||||
# homeassistant.components.opencv
|
# homeassistant.components.opencv
|
||||||
# homeassistant.components.tensorflow
|
# homeassistant.components.tensorflow
|
||||||
# homeassistant.components.trend
|
# homeassistant.components.trend
|
||||||
numpy==1.17.1
|
numpy==1.17.3
|
||||||
|
|
||||||
# homeassistant.components.google
|
# homeassistant.components.google
|
||||||
oauth2client==4.0.0
|
oauth2client==4.0.0
|
||||||
|
2
setup.py
2
setup.py
@ -42,7 +42,7 @@ REQUIRES = [
|
|||||||
"jinja2>=2.10.1",
|
"jinja2>=2.10.1",
|
||||||
"PyJWT==1.7.1",
|
"PyJWT==1.7.1",
|
||||||
# PyJWT has loose dependency. We want the latest one.
|
# PyJWT has loose dependency. We want the latest one.
|
||||||
"cryptography==2.7",
|
"cryptography==2.8",
|
||||||
"pip>=8.0.3",
|
"pip>=8.0.3",
|
||||||
"python-slugify==3.0.6",
|
"python-slugify==3.0.6",
|
||||||
"pytz>=2019.03",
|
"pytz>=2019.03",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user