Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2022-12-28 22:29:18 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-01-28 13:24:33 +0300
commit4c57bd71c6665803be2c61445c90fa2295dd993a (patch)
treeb6524efb6a73544ed7ffb71eb737e35749a795fb /README.md
parente2e40a351f63bb0b6e24889a227ef83ed8df4ff5 (diff)
change: Port to pyproject.toml
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6ec582416..f3fe21bd6 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@
- [precis_i18n](https://pypi.org/project/precis-i18n/)
- [packaging](https://pypi.org/project/packaging/)
- [Pillow](https://pypi.org/project/Pillow/)
-- [setuptools](https://pypi.org/project/setuptools/)
+- [setuptools](https://pypi.org/project/setuptools/) (>=65.0.0)
- [Gtk3](https://gitlab.com/gnome/gtk) (>=3.24.30)
- [GLib](https://gitlab.com/gnome/glib) (>=2.60.0)
- [GtkSourceView](https://gitlab.gnome.org/GNOME/gtksourceview)
@@ -41,7 +41,7 @@
### Install Requirements
-- [setuptools](https://pypi.org/project/setuptools/)
+- [setuptools](https://pypi.org/project/setuptools/) (>=65.0.0)
- [gettext](https://savannah.gnu.org/projects/gettext/)
### Running Tests