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-dotenv",
|
||||
"python-logging-loki",
|
||||
"python-multipart",
|
||||
"pyyaml",
|
||||
"python-jose[cryptography]",
|
||||
"sqlalchemy[asyncio]",
|
||||
|
||||
@@ -19,6 +19,7 @@ pydantic
|
||||
pydantic-settings
|
||||
python-jose[cryptography]
|
||||
python-docx
|
||||
python-multipart
|
||||
boto3
|
||||
|
||||
# Worker (Celery + Redis)
|
||||
|
||||
Reference in New Issue
Block a user