mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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:
parent
d2e8fa0249
commit
3253a6ad29
2 changed files with 18 additions and 18 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue