Skip to content

Commit

Permalink
fix: missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
js2264 committed Oct 15, 2024
1 parent d0c9d1d commit 2db131b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ dependencies = [
"click>=7",
"packaging",
"psutil",
"setuptools"
"setuptools",
"typing-extensions",
]

[project.urls]
Expand Down Expand Up @@ -150,7 +151,7 @@ exclude_lines = [
[tool.hatch.envs.default.scripts]
fix = "ruff check --fix src tests"
lint = "ruff check src tests"
test = "pytest . --order-scope=module"
test = "pytest ."
docs = "sphinx-autobuild docs docs/_build/html"

[tool.hatch.envs.test]
Expand Down

0 comments on commit 2db131b

Please sign in to comment.