Skip to content

Commit

Permalink
Update dependencies in pyproject.toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
wspr committed Mar 15, 2024
1 parent 9a67f24 commit 6b544db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@ img = "cd docs; python sankey_doc_examples.py"
ref = "mkdocs build"

[tool.hatch.envs.test]
dependencies = ["pylint", "pytest", "flake8", "coverage", "coveralls","mkdocstrings"]
dependencies = [
"pytest", "coverage", "coveralls",
"mkdocstrings","mkdocstrings[python]'",
]

[tool.hatch.envs.test.scripts]
test = "python -m pytest"
Expand Down

0 comments on commit 6b544db

Please sign in to comment.