Skip to content

Commit

Permalink
Add pluggy to project deps
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Christophe Morin <[email protected]>
  • Loading branch information
JeanChristopheMorinPerso committed Feb 4, 2024
1 parent 63eec69 commit d96693f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ dependencies = [
"dataclasses-json",
"rich",
"importlib_metadata>=4.6 ; python_version < '3.10'",
# 1.3 introduces type hints.
"pluggy>=1.3"
]

classifiers = [
Expand Down

0 comments on commit d96693f

Please sign in to comment.