Skip to content

Commit

Permalink
Specify the optional testing/linting dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Feb 5, 2024
1 parent 1f6b7f4 commit 1f2e762
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ dependencies = [
"Django>=3.2",
]

[project.optional-dependencies]
testing = [
"coverage>=7.4.0",
]
linting = [
"pre-commit>=3.6.0",
]

[project.urls]
Repository = "https://github.com/torchbox/wagtailmedia"
Changelog = "https://github.com/torchbox/wagtailmedia/blob/main/CHANGELOG.md"
Expand Down

0 comments on commit 1f2e762

Please sign in to comment.