From 9320fe3d5dd8a7972105c965cb4013cff90eb780 Mon Sep 17 00:00:00 2001 From: Christoph Ladurner Date: Thu, 20 Apr 2023 14:20:51 +0200 Subject: [PATCH] global: make dependencies compatible with v11 --- setup.cfg | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/setup.cfg b/setup.cfg index 2e631c1b..adec8064 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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