33# This file is part of Invenio.
44# Copyright (C) 2017-2018 CERN.
55# Copyright (C) 2022 TU Wien.
6- # Copyright (C) 2024-2025 Graz University of Technology.
6+ # Copyright (C) 2024-2026 Graz University of Technology.
77#
88# Invenio is free software; you can redistribute it and/or modify it
99# under the terms of the MIT License; see LICENSE file for more details.
@@ -30,7 +30,7 @@ zip_safe = False
3030install_requires =
3131 counter-robots>=2018.6
3232 invenio-base>=2.0.0,<3.0.0
33- invenio-cache>=2 .0.0,<3 .0.0
33+ invenio-cache>=3 .0.0,<4 .0.0
3434 invenio-celery>=2.0.0,<3.0.0
3535 invenio-queues>=1.0.0a2
3636 maxminddb-geolite2>=2018.703
@@ -40,14 +40,14 @@ install_requires =
4040
4141[options.extras_require]
4242tests =
43- pytest-black-ng >=0.4 .0
44- invenio-accounts>=6 .0.0,<7 .0.0
45- invenio-app>=2 .0.0,<3 .0.0
46- invenio-db[postgresql]>=2.0 .0,<3.0.0
47- invenio-files-rest>=3 .0.0,<4 .0.0
48- invenio-records>=3 .0.0,<4 .0.0
49- invenio-records-ui>=2 .0.0,<3 .0.0
50- pytest-invenio>=3.1 .0,<4 .0.0
43+ pytest-black>=0.6 .0
44+ invenio-accounts>=7 .0.0,<8 .0.0
45+ invenio-app>=3 .0.0,<4 .0.0
46+ invenio-db[postgresql]>=2.2 .0,<3.0.0
47+ invenio-files-rest>=4 .0.0,<5 .0.0
48+ invenio-records>=4 .0.0,<5 .0.0
49+ invenio-records-ui>=3 .0.0,<4 .0.0
50+ pytest-invenio>=4.0 .0,<5 .0.0
5151 Sphinx>=5
5252elasticsearch7 =
5353 invenio-search[elasticsearch7]>=3.0.0,<4.0.0
0 commit comments