Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
add python multipart to backend
Browse files- backend/pyproject.toml +1 -0
backend/pyproject.toml
CHANGED
@@ -19,6 +19,7 @@ dependencies = [
|
|
19 |
"ruff>=0.11.2",
|
20 |
"lighteval>=0.8.0",
|
21 |
"huggingface-hub>=0.22.0",
|
|
|
22 |
]
|
23 |
|
24 |
[build-system]
|
|
|
19 |
"ruff>=0.11.2",
|
20 |
"lighteval>=0.8.0",
|
21 |
"huggingface-hub>=0.22.0",
|
22 |
+
"python-multipart>=0.0.5",
|
23 |
]
|
24 |
|
25 |
[build-system]
|