Files
house-elo-ranking/backend/pyproject.toml
2026-03-06 12:25:07 +00:00

13 lines
307 B
TOML

[project]
name = "house-elo-ranking"
version = "1.0.0"
description = "Pairwise comparison and ELO ranking of house listings"
requires-python = ">=3.12"
dependencies = [
"fastapi==0.115.0",
"uvicorn[standard]==0.30.6",
"sqlalchemy==2.0.35",
"psycopg2-binary==2.9.9",
"pydantic==2.9.2",
]