mirror of
https://github.com/velocitatem/cvfs.git
synced 2026-05-31 08:43:37 +00:00
Add python-multipart to dependencies for FastAPI file uploads
This commit is contained in:
@@ -22,6 +22,7 @@ dependencies = [
|
|||||||
"python-docx",
|
"python-docx",
|
||||||
"python-dotenv",
|
"python-dotenv",
|
||||||
"python-logging-loki",
|
"python-logging-loki",
|
||||||
|
"python-multipart",
|
||||||
"pyyaml",
|
"pyyaml",
|
||||||
"python-jose[cryptography]",
|
"python-jose[cryptography]",
|
||||||
"sqlalchemy[asyncio]",
|
"sqlalchemy[asyncio]",
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ pydantic
|
|||||||
pydantic-settings
|
pydantic-settings
|
||||||
python-jose[cryptography]
|
python-jose[cryptography]
|
||||||
python-docx
|
python-docx
|
||||||
|
python-multipart
|
||||||
boto3
|
boto3
|
||||||
|
|
||||||
# Worker (Celery + Redis)
|
# Worker (Celery + Redis)
|
||||||
|
|||||||
Reference in New Issue
Block a user