Skip to content

Commit 67fbd4c

Browse files
committed
wip
1 parent 897373d commit 67fbd4c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ authors = [
99
keywords = ["ipxact2systemverilog", "ipxact2vhdl", "VHDL", "SystemVerilog", "html", "rst", "md", "pdf", "IPXACT"]
1010
requires-python = ">= 3"
1111
dependencies = [
12-
"pyslang",
1312
"docutils",
1413
"lxml",
1514
"mdutils",
@@ -55,3 +54,8 @@ ipxact2systemverilog = [
5554
"xml/**/README.md",
5655
"xml/**/LICENSE.md",
5756
]
57+
58+
[project.optional-dependencies]
59+
test = [
60+
"pyslang"
61+
]

0 commit comments

Comments
 (0)