Spaces:
Running
Running
Update pyproject.toml
#2
by Zymurgy - opened
- pyproject.toml +1 -0
pyproject.toml
CHANGED
|
@@ -12,6 +12,7 @@ requires-python = ">=3.10"
|
|
| 12 |
dependencies = [
|
| 13 |
"reachy-mini",
|
| 14 |
"soundfile", # For audio recording
|
|
|
|
| 15 |
]
|
| 16 |
keywords = ["reachy-mini-app"]
|
| 17 |
|
|
|
|
| 12 |
dependencies = [
|
| 13 |
"reachy-mini",
|
| 14 |
"soundfile", # For audio recording
|
| 15 |
+
"cv2",
|
| 16 |
]
|
| 17 |
keywords = ["reachy-mini-app"]
|
| 18 |
|