mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +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,
|
||||
"documentation": "https://www.home-assistant.io/integrations/iqvia",
|
||||
"requirements": [
|
||||
"numpy==1.17.1",
|
||||
"numpy==1.17.3",
|
||||
"pyiqvia==0.2.1"
|
||||
],
|
||||
"dependencies": [],
|
||||
|
@ -3,7 +3,7 @@
|
||||
"name": "Opencv",
|
||||
"documentation": "https://www.home-assistant.io/integrations/opencv",
|
||||
"requirements": [
|
||||
"numpy==1.17.1",
|
||||
"numpy==1.17.3",
|
||||
"opencv-python-headless==4.1.1.26"
|
||||
],
|
||||
"dependencies": [],
|
||||
|
@ -4,7 +4,7 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/tensorflow",
|
||||
"requirements": [
|
||||
"tensorflow==1.13.2",
|
||||
"numpy==1.17.1",
|
||||
"numpy==1.17.3",
|
||||
"protobuf==3.6.1"
|
||||
],
|
||||
"dependencies": [],
|
||||
|
@ -3,7 +3,7 @@
|
||||
"name": "Trend",
|
||||
"documentation": "https://www.home-assistant.io/integrations/trend",
|
||||
"requirements": [
|
||||
"numpy==1.17.1"
|
||||
"numpy==1.17.3"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
|
@ -8,7 +8,7 @@ attrs==19.2.0
|
||||
bcrypt==3.1.7
|
||||
certifi>=2019.9.11
|
||||
contextvars==2.4;python_version<"3.7"
|
||||
cryptography==2.7
|
||||
cryptography==2.8
|
||||
distro==1.4.0
|
||||
hass-nabucasa==0.22
|
||||
home-assistant-frontend==20191014.0
|
||||
|
@ -9,7 +9,7 @@ contextvars==2.4;python_version<"3.7"
|
||||
importlib-metadata==0.23
|
||||
jinja2>=2.10.1
|
||||
PyJWT==1.7.1
|
||||
cryptography==2.7
|
||||
cryptography==2.8
|
||||
pip>=8.0.3
|
||||
python-slugify==3.0.6
|
||||
pytz>=2019.03
|
||||
@ -884,7 +884,7 @@ nuheat==0.3.0
|
||||
# homeassistant.components.opencv
|
||||
# homeassistant.components.tensorflow
|
||||
# homeassistant.components.trend
|
||||
numpy==1.17.1
|
||||
numpy==1.17.3
|
||||
|
||||
# homeassistant.components.oasa_telematics
|
||||
oasatelematics==0.3
|
||||
|
@ -313,7 +313,7 @@ nuheat==0.3.0
|
||||
# homeassistant.components.opencv
|
||||
# homeassistant.components.tensorflow
|
||||
# homeassistant.components.trend
|
||||
numpy==1.17.1
|
||||
numpy==1.17.3
|
||||
|
||||
# homeassistant.components.google
|
||||
oauth2client==4.0.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user