Skip to content

Commit 9097490

Browse files
committed
pyproject add dev
1 parent a1d3811 commit 9097490

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ docs = [
5959
"pandas",
6060
]
6161

62+
dev = [
63+
{include-group = "test"},
64+
{include-group = "docs"},
65+
"pre-commit",
66+
"tqdm", # used in resources/generate_cambridgeneurotech_library.py
67+
"shapely", # used in resources/generate_cambridgeneurotech_library.py
68+
]
69+
6270
[tool.pytest.ini_options]
6371
markers = [
6472
"library",

0 commit comments

Comments
 (0)