Philipp Hörist pushed to branch master at gajim / gajim
Commits: f16eae91 by Philipp Hörist at 2026-08-02T22:10:33+02:00 other: Adjust dev dependencies - Add example to install nbxmpp in editable mode - Don't install cryptography from git anymore, typing bugs have been fixed - - - - - 1 changed file: - pyproject.toml Changes: ===================================== pyproject.toml ===================================== @@ -61,7 +61,6 @@ gajim = "gajim.main:run" [dependency-groups] dev = [ "codespell==2.4.2", - "cryptography@git+https://github.com/pyca/cryptography.git", "distro", "nbxmpp@git+https://dev.gajim.org/gajim/python-nbxmpp.git", "omemo-dr@git+https://dev.gajim.org/gajim/omemo-dr.git", @@ -77,7 +76,7 @@ dev = [ # [tool.uv.sources] # pygobject-stubs = { path = "../pygobject-stubs" } -# nbxmpp = { path = "../python-nbxmpp" } +# nbxmpp = { path = "../python-nbxmpp", editable = true} [tool.setuptools.packages.find] include = ["gajim*"] View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/f16eae91e470b95663ed99d49cff2a66480def72 -- View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/f16eae91e470b95663ed99d49cff2a66480def72 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]
