global: make package compatible with v11

This commit is contained in:
mojib
2023-03-09 14:50:57 +01:00
committed by Christoph Ladurner
parent 328abd1306
commit 129b331603

View File

@@ -37,14 +37,15 @@ python_requires = >=3.8
zip_safe = False
install_requires =
# keep this dependencies identical to invenio-app-rdm
invenio-rdm-records>=0.39.0,<0.40.0
invenio-rdm-records>=1.1.0,<2.0.0
invenio-cache>=1.1.1,<1.2.0
flask-babel>=2,<3
[options.extras_require]
tests =
pytest-black>=0.3.0
Sphinx>=4.5.0
pytest-invenio>=1.4.7
pytest-invenio>=2.1.0,<3.0.0
invenio-search[opensearch2]>=2.1.0,<3.0.0
[options.entry_points]