1
0
forked from Mirrors/itch-dl

Stop locking urllib3 1.x for ye olde Pythons

Requests wants a compatible urllib3 version, let it use 2.x.
This commit is contained in:
Ryszard Knop
2025-02-14 15:51:08 +01:00
parent 18f510545c
commit b476c54b2d
2 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ classifiers = [
]
dependencies = [
"tqdm>=4.67.1,<5",
"urllib3>=1.26.20,<2",
"urllib3>=2.3.0,<3",
"requests>=2.32.3,<3",
"beautifulsoup4>=4.13.3,<5",
"lxml>=5.3.1,<6",