16 lines
400 B
TOML
16 lines
400 B
TOML
[project]
|
|
name = "ado2-higgsfield-server"
|
|
version = "0.1.0"
|
|
description = "ADO2 Higgsfield Shorts wrapper — LLM + Higgsfield + Remotion orchestration"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"fastapi>=0.115",
|
|
"uvicorn[standard]>=0.30",
|
|
"python-multipart>=0.0.9",
|
|
"anthropic>=0.69",
|
|
"pydantic>=2.7",
|
|
]
|
|
|
|
[tool.uvicorn]
|
|
# run: uv run uvicorn app.main:app --reload --port 8000
|