Skip to content

Commit 482e6b6

Browse files
committed
all bits
1 parent 20bbb7c commit 482e6b6

File tree

2 files changed

+282
-7
lines changed

2 files changed

+282
-7
lines changed

pyproject.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,16 @@ ignore_missing_imports = true
7777

7878
[project.optional-dependencies]
7979
dev = [
80-
"twine",
8180
"coverage",
8281
"mock",
83-
"setuptools-scm",
84-
"wheel",
8582
"pre-commit",
86-
"pytest",
83+
"pytest-runner",
84+
"pytest-cov",
85+
"pytest-env",
8786
"pytest-django",
87+
"setuptools-scm",
88+
"twine",
89+
"wheel",
8890
]
8991
mypy = [
9092
"mypy",

0 commit comments

Comments
 (0)