Skip to content

Commit e3824ad

Browse files
Add pyshacl as development dependency
Otherwise, pytest will complain. Signed-off-by: Armin Tänzer <armin.taenzer@tngtech.com>
1 parent d90b8af commit e3824ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dynamic = ["version"]
3030
test = ["pytest", "pyshacl", "tzdata"]
3131
code_style = ["isort", "black", "flake8"]
3232
graph_generation = ["pygraphviz", "networkx"]
33-
development = ["black", "flake8", "isort", "networkx", "pytest"]
33+
development = ["black", "flake8", "isort", "networkx", "pytest", "pyshacl"]
3434

3535
[project.scripts]
3636
pyspdxtools = "spdx_tools.spdx.clitools.pyspdxtools:main"

0 commit comments

Comments
 (0)