summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
blob: 557c2f26a618cc48cd8597a1b439662f47e8bff2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[project]
name = "ttun-server"
version = "0.1.0"
requires-python = ">=3.14"
dependencies = [
    "alembic>=1.18.5",
    "fastapi[standard]>=0.138.2",
    "psycopg2>=2.9.12",
    "redis[hiredis]~=7.4.0",
    "sqlmodel>=0.0.39",
    "uvicorn[standard]~=0.44.0",
]