Skip to content

Commit

Permalink
Iterate over pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
decitre committed Feb 8, 2024
1 parent 36cb523 commit a416b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ homepage = "https://github.com/decitre/python-cymorton"

[project.optional-dependencies]
dev = [
"pytest", "pytest-recording", "urllib3<2",
"pytest", "pytest-recording", "pytest-cov", "urllib3<2",
"bumpver", "black", "ruff", "pre-commit",
"tox", "build", "twine"
]
Expand Down

0 comments on commit a416b8e

Please sign in to comment.