Merge pull request #88 from Hestia-Homes/main

restrict urllib3 version
This commit is contained in:
KhalimCK 2023-07-19 14:13:35 +01:00 committed by GitHub
commit 676753b401
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
pytz==2023.3
tzdata==2023.3
urllib3<2
epc-api-python==1.0.2
tqdm
fuzzywuzzy

View file

@ -27,6 +27,7 @@ watchfiles==0.19.0
websockets==11.0.3
pytz==2023.3
tzdata==2023.3
urllib3<2
epc-api-python==1.0.2
tqdm
fuzzywuzzy