Initial commit: PastPaper Master full stack
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
17
backend/pyproject.toml
Normal file
17
backend/pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user