1
0
mirror of https://github.com/thingsboard/thingsboard-gateway synced 2025-10-26 22:31:42 +08:00

Fixed urllib3 version

This commit is contained in:
samson0v
2023-08-11 13:59:28 +03:00
parent 1f215c6017
commit 761baba814
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ regex
pip
PyYAML
simplejson
urllib3<=1.26.15
requests>=2.31.0
PyInquirer
pyfiglet

View File

@@ -60,6 +60,7 @@ setup(
'pip',
'PyYAML',
'simplejson',
'urllib3<=1.26.15'
'requests>=2.31.0',
'PyInquirer',
'pyfiglet',