Skip to content

Commit 5f9c7db

Browse files
committed
Add parameterized as optional dependency
1 parent d4f9c1c commit 5f9c7db

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ dependencies = [
2222
"numpy>=1.19.0",
2323
]
2424

25+
[project.optional-dependencies]
26+
dev = [
27+
"parameterized>=0.8"
28+
]
29+
2530
[project.urls]
2631
"Homepage" = "https://github.com/commaai/teleop-webrtc"
2732
"Bug Tracker" = "https://github.com/commaai/teleop-webrtc/issues"

0 commit comments

Comments
 (0)