Philipp Hörist pushed to branch master at gajim / gajim


Commits:
015591b9 by Philipp Hörist at 2025-10-15T20:15:05+02:00
change: Add socks as new dependency

- - - - -


3 changed files:

- README.md
- pyproject.toml
- win/_base.sh


Changes:

=====================================
README.md
=====================================
@@ -34,6 +34,7 @@ ### Runtime Requirements
 - [Python](https://www.python.org/) (>=3.11)
 - [qrcode](https://pypi.org/project/qrcode/) (>=7.3.1)
 - [setuptools](https://pypi.org/project/setuptools/) (>=65.0.0)
+- [socksio](https://pypi.org/project/socksio/)
 - [SQLAlchemy](https://pypi.org/project/SQLAlchemy/) (>=2.0.0)
 - [sqlite](https://www.sqlite.org/) (>=3.35.0)
 - [truststore](https://pypi.org/project/truststore/)


=====================================
pyproject.toml
=====================================
@@ -27,7 +27,7 @@ dependencies = [
   "cryptography>=3.4.8",
   "css-parser",
   "emoji>=2.6.0",
-  "httpx[http2]",
+  "httpx[http2,socks]",
   "keyring",
   "nbxmpp>=6.3.0,<7.0.0",
   "omemo-dr>=1.0.0,<2.0.0",


=====================================
win/_base.sh
=====================================
@@ -62,7 +62,7 @@ PYTHON_REQUIREMENTS="\
 git+https://dev.gajim.org/gajim/omemo-dr.git
 git+https://dev.gajim.org/gajim/python-nbxmpp.git
 css_parser
-httpx[http2]
+httpx[http2,socks]
 truststore
 emoji
 pystray



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/015591b90442d5d43aeb078f58915ad5763855b6

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/015591b90442d5d43aeb078f58915ad5763855b6
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to