Skip to content

Commit 3f8a41c

Browse files
CopilotRMeli
andcommitted
Add test and dev optional dependencies to pyproject.toml
Co-authored-by: RMeli <11348981+RMeli@users.noreply.github.com>
1 parent 6fa53bd commit 3f8a41c

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,19 @@ Homepage = "https://spyrmsd.readthedocs.io"
2929
bib = ["duecredit"]
3030
rdkit = ["rdkit"]
3131
networkx = ["networkx"]
32+
test = [
33+
"pytest",
34+
"pytest-cov",
35+
"pytest-benchmark",
36+
]
37+
dev = [
38+
"mypy",
39+
"types-requests",
40+
"flake8",
41+
"black",
42+
"isort",
43+
"pre-commit",
44+
]
3245

3346
[tool.flit.module]
3447
name = "spyrmsd"

0 commit comments

Comments
 (0)