add requests[socks], resolves #391

This commit is contained in:
meeb 2023-07-15 14:23:15 +10:00
parent f12e13162f
commit 21785e031a
1 changed files with 1 additions and 1 deletions

View File

@ -16,10 +16,10 @@ gunicorn = "*"
django-compressor = "*"
httptools = "*"
django-background-tasks = "*"
requests = "*"
django-basicauth = "*"
psycopg2-binary = "*"
mysqlclient = "*"
yt-dlp = "*"
redis = "*"
hiredis = "*"
requests = {extras = ["socks"], version = "*"}