Files
talks-site/backend/pyproject.toml
T
2025-06-04 21:43:39 -04:00

15 lines
322 B
TOML

[project]
name = "server"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"alembic>=1.16.1",
"dotenv>=0.9.9",
"fastapi[standard]>=0.115.12",
"psycopg2-binary>=2.9.10",
"sqlalchemy>=2.0.41",
"uvicorn[standard]>=0.34.2",
]