Fix socks proxy (#921)

* Replace pysocks with python-socks

* Log proxy settings on init

* Rename extra requirement group

Co-authored-by: Tulir Asokan <tulir@maunium.net>

---------

Co-authored-by: Tulir Asokan <tulir@maunium.net>
This commit is contained in:
Nick Mills-Barrett
2023-06-09 15:38:32 +01:00
committed by GitHub
parent 0411affc88
commit fb461109c1
3 changed files with 5 additions and 2 deletions
-2
View File
@@ -14,8 +14,6 @@ RUN apk add --no-cache \
py3-idna \
py3-rsa \
#py3-telethon \ (outdated)
# Optional for socks proxies
py3-pysocks \
py3-pyaes \
# cryptg
py3-cffi \