Skip to content

Commit

Permalink
global: make dependencies compatible with v11
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Apr 20, 2023
1 parent d38e50a commit 9320fe3
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,17 @@ packages = find:
python_requires = >=3.8
zip_safe = False
install_requires =
Flask-BabelEx>=0.9.4
Flask-WebpackExt>=1.0.0
invenio-assets>=1.3.0,<1.4.0
flask-babel>=2,<3
invenio-assets>=2.0.0,<3.0.0
invenio-i18n>=1.3.1,<1.4.0
invenio_config_tugraz>=0.10.0,<0.11.0

[options.extras_require]
tests =
pytest-black>=0.3.0,<0.3.10
pytest-black>=0.3.0
Sphinx>=4.5.0
pytest-invenio>=1.4.7
invenio-app>=1.3.0,<2.0.0
# elasticsearch7 =
# invenio-search[elasticsearch7]>=2.1.0,<3.0.0
pytest-invenio>=2.1.0,<3.0.0
invenio-app>=1.3.4,<1.4.0
opensearch2 =
invenio-search[opensearch2]>=2.1.0,<3.0.0

Expand Down

0 comments on commit 9320fe3

Please sign in to comment.