Add urllib3[socks] and requests[socks]

These each have slightly different version requirements for `PySocks`.
This commit is contained in:
tcely 2025-03-11 09:25:57 -04:00 committed by GitHub
parent 2cd33672af
commit aa54a88cdb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,5 +18,7 @@ django-background-tasks = ">=1.2.8"
django-basicauth = "*"
psycopg2-binary = "*"
mysqlclient = "*"
urllib3 = {extras = ["socks"], version = "*"}
requests = {extras = ["socks"], version = "*"}
yt-dlp = "*"
emoji = "*"