14 lines
258 B
Plaintext
14 lines
258 B
Plaintext
# Python runtime dependencies for API and worker will be managed here.
|
|
# Initial scaffold only; versions to be pinned after stack confirmation.
|
|
fastapi
|
|
uvicorn
|
|
pydantic
|
|
pydantic-settings
|
|
celery
|
|
redis
|
|
sqlalchemy
|
|
alembic
|
|
psycopg[binary]
|
|
minio
|
|
python-multipart
|