summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
blob: a3c3c031876eaf9ab35e879404f5f87760919f9e (plain)
1
2
3
4
5
6
7
8
9
[project]
name = "ttun-server"
version = "0.1.0"
requires-python = ">=3.14"
dependencies = [
    "starlette~=1.0.0",
    "uvicorn[standard]~=0.44.0",
    "redis[hiredis]~=7.4.0",
]