Skip to content

Commit 5692fcb

Browse files
committed
Fix missing pygments dep
1 parent 053305c commit 5692fcb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "pygments-systemrdl"
77
dynamic = ["version"]
8+
dependencies = [
9+
"pygments",
10+
]
811

912
authors = [
1013
{name="Alex Mykyta"},

0 commit comments

Comments
 (0)