Spaces:
Running
Running
Commit ·
70fa23c
1
Parent(s): 1bf0ccc
Add required dependency (#4)
Browse files- Add required dependency (a1c73c1b5ad5fdce2ce465ce43abfc1ff2d7f454)
Co-authored-by: Daniel Ritchie <[email protected]>
- pyproject.toml +1 -0
pyproject.toml
CHANGED
|
@@ -13,6 +13,7 @@ dependencies = [
|
|
| 13 |
"reachy-mini",
|
| 14 |
"soundfile",
|
| 15 |
"huggingface-hub==0.34.4",
|
|
|
|
| 16 |
]
|
| 17 |
keywords = ["reachy-mini-app"]
|
| 18 |
|
|
|
|
| 13 |
"reachy-mini",
|
| 14 |
"soundfile",
|
| 15 |
"huggingface-hub==0.34.4",
|
| 16 |
+
"python-multipart",
|
| 17 |
]
|
| 18 |
keywords = ["reachy-mini-app"]
|
| 19 |
|