Skip to content

Commit

Permalink
Add dependency: coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
acmacunlay committed Oct 7, 2024
1 parent f317d24 commit 549f123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
__pycache__
*.egg-info
.coverage
.mypy_cache
.pytest_cache
.ruff_cache
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ classifiers = [
]

[project.optional-dependencies]
dev = ["build", "mypy", "pytest", "ruff", "setuptools", "twine"]
dev = ["build", "coverage", "mypy", "pytest", "ruff", "setuptools", "twine"]

[project.urls]
Homepage = "https://github.com/acmacunlay/pywaveshare"
Expand Down

0 comments on commit 549f123

Please sign in to comment.