20 lines
425 B
TOML
20 lines
425 B
TOML
[project]
|
|
name = "backend"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"asyncmy>=0.2.14",
|
|
"av>=18.1.0",
|
|
"fastapi>=0.141.1",
|
|
"httpx>=0.28.1",
|
|
"numpy>=2.5.2",
|
|
"openai>=3.6.0",
|
|
"pillow>=12.3.0",
|
|
"pydantic-settings>=2.15.0",
|
|
"python-jose[cryptography]>=3.5.0",
|
|
"python-multipart>=0.0.32",
|
|
"scipy>=1.18.1",
|
|
"sqlalchemy>=2.0.52",
|
|
"uvicorn[standard]>=0.52.4",
|
|
]
|