We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56dfb70 commit 9e2bc6aCopy full SHA for 9e2bc6a
pyproject.toml
@@ -20,6 +20,13 @@ dependencies = [
20
'tomli>=1.1.0;python_version<"3.11"',
21
]
22
23
+[project.optional-dependencies]
24
+dev = [
25
+ "covdefaults",
26
+ "coverage",
27
+ "pytest",
28
+]
29
+
30
[project.readme]
31
file = "README.md"
32
content-type = "text/markdown"
requirements-dev.txt
tox.ini
@@ -2,7 +2,7 @@
2
envlist = py,pre-commit
3
4
[testenv]
5
-deps = -rrequirements-dev.txt
+extras = dev
6
setenv =
7
GIT_AUTHOR_NAME = "test"
8
GIT_COMMITTER_NAME = "test"
0 commit comments