Spaces:
Running
Running
Add python-multipart to pyproject.toml dependencies
Browse filesRequired by FastAPI's UploadFile for file upload endpoint.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- pyproject.toml +1 -0
pyproject.toml
CHANGED
|
@@ -15,6 +15,7 @@ dependencies = [
|
|
| 15 |
"readability-lxml",
|
| 16 |
"markdownify",
|
| 17 |
"Pillow>=10.0.0",
|
|
|
|
| 18 |
]
|
| 19 |
|
| 20 |
[project.scripts]
|
|
|
|
| 15 |
"readability-lxml",
|
| 16 |
"markdownify",
|
| 17 |
"Pillow>=10.0.0",
|
| 18 |
+
"python-multipart>=0.0.6",
|
| 19 |
]
|
| 20 |
|
| 21 |
[project.scripts]
|