--- pyproject.toml.orig 2026-02-13 17:44:48 UTC +++ pyproject.toml @@ -1,7 +1,7 @@ requires = [ [build-system] build-backend = "setuptools.build_meta" requires = [ - "setuptools>=78.0.2" + "setuptools>=61" ] [dependency-groups] @@ -75,8 +75,7 @@ keywords = [ keywords = [ "i18n l10n gettext translate" ] -license = "GPL-2.0-or-later" -license-files = ["COPYING"] +license = { text = "GPL-2.0-or-later" } name = "translate-toolkit" requires-python = ">=3.11" @@ -91,10 +90,10 @@ ical = [ "fluent.syntax>=0.19.0,<0.20" ] ical = [ - "vobject==0.9.9" + "vobject>=0.9.6.1" ] ini = [ - "iniparse==0.5" + "iniparse>=0.5" ] levenshtein = [ "RapidFuzz>=3.14.0" @@ -109,7 +108,7 @@ spellcheck = [ "pyparsing>=3.2.0,<3.4" ] spellcheck = [ - "pyenchant==3.3.0" + "pyenchant>=3.3.0" ] subtitles = [ "aeidon>=1.14.1,<1.16"