global: make it compatible with v12

This commit is contained in:
Christoph Ladurner
2023-10-08 23:01:51 +02:00
parent c8035571be
commit 0cee624dbb
2 changed files with 7 additions and 8 deletions
+5 -6
View File
@@ -33,17 +33,16 @@ classifiers =
[options]
include_package_data = True
packages = find:
python_requires = >=3.8
python_requires = >=3.9
zip_safe = False
install_requires =
flask-babel>=2,<3
invenio-assets>=2.0.0,<3.0.0
invenio-i18n>=1.3.1,<1.4.0
invenio_config_tugraz>=0.11.0,<0.12.0
invenio-assets>=2.0.0
invenio-i18n>=1.3.1
invenio_config_tugraz>=0.11.0
[options.extras_require]
tests =
pytest-black>=0.3.0
pytest-black-ng>=0.4.0
Sphinx>=4.5.0
pytest-invenio>=2.1.0,<3.0.0
invenio-app>=1.3.4,<1.4.0