Initial commit: PastPaper Master full stack

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Zhao
2026-04-21 12:15:35 +07:00
commit 7a09167261
105 changed files with 24799 additions and 0 deletions

17
backend/pyproject.toml Normal file
View File

@@ -0,0 +1,17 @@
[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",
]