18 lines
388 B
TOML
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",
|
|
]
|