Skip to content

Commit

Permalink
setup: bump invenio dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Dec 2, 2024
1 parent cd516cb commit 3a1d090
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,18 @@ install_requires =
[options.extras_require]
tests =
pytest-black-ng>=0.4.0
invenio-celery>=1.2.4,<2.0.0
invenio-db>=1.0.12,<2.0.0
invenio-files-rest>=1.3.2,<2.0.0
invenio-mail>=1.0.2,<2.0.0
invenio-search>=2.1.0,<3.0.0
invenio-celery>=2.0.0,<3.0.0
invenio-db>=2.0.0,<3.0.0
invenio-files-rest>=3.0.0,<4.0.0
invenio-mail>=1.0.2,<3.0.0
invenio-search>=3.0.0,<4.0.0
sphinx>=4.5
elasticsearch7 =
invenio-search[elasticsearch7]>=2.1.0,<3.0.0
invenio-search[elasticsearch7]>=3.0.0,<4.0.0
opensearch1 =
invenio-search[opensearch1]>=2.1.0,<3.0.0
invenio-search[opensearch1]>=3.0.0,<4.0.0
opensearch2 =
invenio-search[opensearch2]>=2.1.0,<3.0.0
invenio-search[opensearch2]>=3.0.0,<4.0.0
# Kept for backwards compatibility
docs =

Expand Down

0 comments on commit 3a1d090

Please sign in to comment.