Skip to content
Snippets Groups Projects
Unverified Commit 9392cbff authored by Pascal Vizeli's avatar Pascal Vizeli Committed by GitHub
Browse files

cryptography + numpy for python 3.8 (#27861)

parent 3bb46d50
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -42,7 +42,7 @@ REQUIRES = [
"jinja2>=2.10.1",
"PyJWT==1.7.1",
# PyJWT has loose dependency. We want the latest one.
"cryptography==2.7",
"cryptography==2.8",
"pip>=8.0.3",
"python-slugify==3.0.6",
"pytz>=2019.03",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment