Philipp Hörist pushed to branch storage at gajim / gajim
Commits: 78eef5bd by Philipp Hörist at 2024-03-18T00:22:54+01:00 other: Add SQLAlchemy as dependency - - - - - 3 changed files: - README.md - pyproject.toml - win/_base.sh Changes: ===================================== README.md ===================================== @@ -4,25 +4,26 @@ ## Requirements ### Runtime Requirements -- [Python](https://www.python.org/) (>=3.10) -- [PyGObject](https://pypi.org/project/PyGObject/) (>=3.42.0) -- [pycairo](https://pypi.org/project/pycairo/) - [cairo](https://gitlab.freedesktop.org/cairo/cairo) (>=1.16.0) -- [nbxmpp](https://pypi.org/project/nbxmpp/) (>=4.5.3) - [cryptography](https://pypi.org/project/cryptography/) (>=3.4.8) - [css-parser](https://pypi.org/project/css-parser/) +- [GLib](https://gitlab.gnome.org/GNOME/glib) (>=2.66.0) +- [Gtk3](https://gitlab.gnome.org/GNOME/gtk) (>=3.24.30) +- [GtkSourceView](https://gitlab.gnome.org/GNOME/gtksourceview) - [keyring](https://pypi.org/project/keyring/) -- [precis_i18n](https://pypi.org/project/precis-i18n/) +- [nbxmpp](https://pypi.org/project/nbxmpp/) (>=4.5.3) +- [omemo-dr](https://dev.gajim.org/gajim/omemo-dr) (>=1.0.0) - [packaging](https://pypi.org/project/packaging/) +- [Pango](https://gitlab.gnome.org/GNOME/pango) (>=1.50.0) - [Pillow](https://pypi.org/project/Pillow/) (>=9.1.0) +- [precis_i18n](https://pypi.org/project/precis-i18n/) +- [pycairo](https://pypi.org/project/pycairo/) +- [PyGObject](https://pypi.org/project/PyGObject/) (>=3.42.0) +- [Python](https://www.python.org/) (>=3.10) +- [qrcode](https://pypi.org/project/qrcode/) (>=7.3.1) - [setuptools](https://pypi.org/project/setuptools/) (>=65.0.0) -- [Gtk3](https://gitlab.gnome.org/GNOME/gtk) (>=3.24.30) -- [GLib](https://gitlab.gnome.org/GNOME/glib) (>=2.66.0) -- [GtkSourceView](https://gitlab.gnome.org/GNOME/gtksourceview) -- [Pango](https://gitlab.gnome.org/GNOME/pango) (>=1.50.0) +- [SQLAlchemy](https://pypi.org/project/SQLAlchemy/) (>=2.0.0) - [sqlite](https://www.sqlite.org/) (>=3.35.0) -- [omemo-dr](https://dev.gajim.org/gajim/omemo-dr) (>=1.0.0) -- [qrcode](https://pypi.org/project/qrcode/) (>=7.3.1) - [winsdk](https://pypi.org/project/winsdk/) (Only on Windows) ### Optional Runtime Requirements ===================================== pyproject.toml ===================================== @@ -25,17 +25,18 @@ classifiers = [ "Topic :: Communications :: Chat", ] dependencies = [ + "cryptography>=3.4.8", "css-parser", "keyring", "nbxmpp>=4.5.3,<5.0.0", + "omemo-dr>=1.0.0,<2.0.0", "packaging", "pillow>=9.1.0", "precis-i18n>=1.0.0", - "cryptography>=3.4.8", "pycairo>=1.16.0", "PyGObject>=3.42.0", "qrcode>=7.3.1", - "omemo-dr>=1.0.0,<2.0.0", + "SQLAlchemy>=2.0.0", "winsdk ; platform_system == 'Windows'", ] dynamic = ["version"] ===================================== win/_base.sh ===================================== @@ -81,6 +81,7 @@ function install_deps { "${MINGW_PACKAGE_PREFIX}"-python-setuptools-scm \ "${MINGW_PACKAGE_PREFIX}"-python-six \ "${MINGW_PACKAGE_PREFIX}"-python-winsdk \ + "${MINGW_PACKAGE_PREFIX}"-python-sqlalchemy \ "${MINGW_PACKAGE_PREFIX}"-gtk3 \ "${MINGW_PACKAGE_PREFIX}"-gtksourceview4 \ "${MINGW_PACKAGE_PREFIX}"-gstreamer \ View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/78eef5bd6fb1c4a87527d4f331a52d7975a4620b -- View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/78eef5bd6fb1c4a87527d4f331a52d7975a4620b 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]
