Skip to content

Commit 9f862f0

Browse files
build(deps): tests dependency to pyproject.toml
1 parent cb2116c commit 9f862f0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ dependencies = [
4343
4444

4545
[project.optional-dependencies]
46+
tests = [
47+
"flit>=3.7.1",
48+
"pytest>=7.1.2",
49+
"pytest-cov>=3.0.0",
50+
"python-decouple>=3.6"
51+
]
52+
4653
docs = [
4754
"Sphinx>=5.0.2",
4855
"sphinx-rtd-theme>=1.0.0",

0 commit comments

Comments
 (0)