Small login fix and add urllib3 specification

This commit is contained in:
2019-10-26 21:01:41 +02:00
parent 88b0cef45c
commit f13daa3322
4 changed files with 14 additions and 3 deletions

View File

@@ -4,7 +4,8 @@
"config_flow": true,
"documentation": "https://git.tontontux.fr/mduval/GeorideHA",
"requirements": [
"georideapilib==0.1.0"
"georideapilib==0.1.0",
"urllib3>=1.25.6"
],
"dependencies": [],
"codeowners": ["@ptimatth"]