fix(deps): remove urllib3 from dependency list

Previously pinned urllib3 to v1.x. This is not needed though.
The incompatibility of v2.x is with poetry itself, but not aurweb.

Signed-off-by: moson-mo <mo-son@mailbox.org>
This commit is contained in:
moson-mo 2023-05-07 09:58:17 +02:00
parent d2e8fa0249
commit 3253a6ad29
No known key found for this signature in database
GPG key ID: 4A4760AB4EE15296
2 changed files with 18 additions and 18 deletions

View file

@ -61,7 +61,7 @@ aiofiles = "^23.1.0"
asgiref = "^3.6.0"
bcrypt = "^4.0.1"
bleach = "^6.0.0"
email-validator = "^1.3.1"
email-validator = "^2.0.0.post2"
fakeredis = "^2.11.2"
feedgen = "^0.9.0"
httpx = "^0.24.0"
@ -74,7 +74,6 @@ python-multipart = "^0.0.6"
redis = "^4.5.4"
requests = "^2.30.0"
paginate = "^0.5.6"
urllib3 = "^1.26.15"
# SQL
alembic = "^1.10.4"