Skip to content

Commit

Permalink
setup: pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Nov 30, 2024
1 parent d534cbf commit e3eef7a
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# This file is part of Invenio.
# Copyright (C) 2017-2018 CERN.
# Copyright (C) 2022 TU Wien.
# Copyright (C) 2024 Graz University of Technology.
#
# Invenio is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
Expand All @@ -28,9 +29,9 @@ python_requires = >=3.7
zip_safe = False
install_requires =
counter-robots>=2018.6
invenio-base>=1.2.13
invenio-cache>=1.1.0
invenio-celery>=1.2.5
invenio-base>=1.2.13,<2.0.0
invenio-cache>=1.1.0,<2.0.0
invenio-celery>=1.2.5,<2.0.0
invenio-queues>=1.0.0a2
maxminddb-geolite2>=2018.703
python-dateutil>=2.7.0
Expand All @@ -39,21 +40,21 @@ install_requires =
[options.extras_require]
tests =
pytest-black>=0.3.0,<0.3.10
invenio-accounts>=2.1.0
invenio-app>=1.0.0
invenio-db>=1.0.14
invenio-files-rest>=1.3.0
invenio-oauth2server>=1.3.0
invenio-records>=2.0.0
invenio-records-ui>=1.2.0
pytest-invenio>=2.1.0
invenio-accounts>=2.1.0,<6.0.0
invenio-app>=1.0.0,<2.0.0
invenio-db>=1.0.14,<2.0.0
invenio-files-rest>=1.3.0,<3.0.0
invenio-oauth2server>=1.3.0,<3.0.0
invenio-records>=2.0.0,<3.0.0
invenio-records-ui>=1.2.0,<2.0.0
pytest-invenio>=2.1.0,<3.0.0
Sphinx>=5,<6
elasticsearch7 =
invenio-search[elasticsearch7]>=2.1.0
invenio-search[elasticsearch7]>=2.1.0,<3.0.0
opensearch1 =
invenio-search[opensearch1]>=2.1.0
invenio-search[opensearch1]>=2.1.0,<3.0.0
opensearch2 =
invenio-search[opensearch2]>=2.1.0
invenio-search[opensearch2]>=2.1.0,<3.0.0
# Kept for backwards compatibility
docs =

Expand Down

0 comments on commit e3eef7a

Please sign in to comment.