Skip to content

Commit 2321825

Browse files
committed
fix(missing dep): Added missed dependency.
1 parent ff03f3d commit 2321825

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ dependencies = [
2222
"opencv-python",
2323
"pandas",
2424
"motmetrics",
25-
"setuptools"
25+
"setuptools",
26+
"ipyfilechooser"
2627
]
2728

2829
[project.urls]

0 commit comments

Comments
 (0)