Files
PastpaperMaster/backend/pyproject.toml
Zhao 7a09167261 Initial commit: PastPaper Master full stack
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-21 12:27:47 +07:00

18 lines
388 B
TOML

[project]
name = "pastpaper-master-backend"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = [
"fastapi>=0.115.0",
"uvicorn[standard]>=0.30.0",
"python-dotenv>=1.0.0",
"python-multipart>=0.0.9",
"supabase>=2.0.0",
"openai>=1.50.0",
"PyMuPDF>=1.24.0",
"pydantic>=2.0.0",
"pydantic-settings>=2.0.0",
"httpx>=0.27.0",
"numpy>=2.4.4",
]