Skip to content

Commit

Permalink
installation: unpin pluggy
Browse files Browse the repository at this point in the history
* Closes #33.
  • Loading branch information
slint committed Feb 13, 2025
1 parent 6d07af0 commit 3db3090
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,4 +303,6 @@


# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {"https://docs.python.org/": None}
intersphinx_mapping = {
"python": ("https://docs.python.org/", None),
}
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ packages = find:
python_requires = >=3.7
zip_safe = False
install_requires =
pluggy>=0.10.0,<1.0
pluggy>=1.0,<2
werkzeug>=1.0.0

[options.extras_require]
Expand All @@ -52,7 +52,7 @@ tests =
mock>=1.3.0
pytest-cache>=1.0
requests>=2.7.0
pytest-invenio>=2.0.0,<3.0.0
pytest-invenio>=3.0.0,<4.0.0
sphinx>=4.5
jsonref>=1.0.0
jsonschema>=2.5.1
Expand Down

0 comments on commit 3db3090

Please sign in to comment.