Skip to content

Commit

Permalink
setup: pin Invenio packages upper versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Mar 4, 2024
1 parent a2a6cdd commit 4d08282
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ python_requires = >=3.7
zip_safe = False
install_requires =
Babel>=2.8
invenio-assets>=2.0.0
invenio-base>=1.2.11
invenio-assets>=2.0.0,<3.0.0
invenio-base>=1.2.11,<2.0.0
invenio-i18n>=2.0.0,<3.0.0

[options.extras_require]
tests =
pytest-black>=0.3.0,<0.3.10
pytest-black>=0.3.0
invenio-db>=1.0.8
invenio-records>=1.0.0
pytest-invenio>=1.4.11
Expand Down

0 comments on commit 4d08282

Please sign in to comment.