diff options
| author | 2026-06-30 22:46:55 +0200 | |
|---|---|---|
| committer | 2026-06-30 22:46:55 +0200 | |
| commit | 12f2e24e2154113a6329d74aa556ae23506c34e1 (patch) | |
| tree | e9c685e0a30f819f6b9e89a4f169cfe637dcbbd4 /pyproject.toml | |
| parent | c4f33b3576e3a4a7f70b3d681fadae45f73ae31e (diff) | |
| download | server-v3.tar.gz server-v3.tar.bz2 server-v3.zip | |
WIPv3
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index a3c3c03..70f2683 100644 --- a/pyproject.toml +++ b/pyproject.toml | |||
| @@ -3,7 +3,7 @@ name = "ttun-server" | |||
| 3 | version = "0.1.0" | 3 | version = "0.1.0" |
| 4 | requires-python = ">=3.14" | 4 | requires-python = ">=3.14" |
| 5 | dependencies = [ | 5 | dependencies = [ |
| 6 | "starlette~=1.0.0", | 6 | "fastapi[standard]>=0.138.2", |
| 7 | "uvicorn[standard]~=0.44.0", | ||
| 8 | "redis[hiredis]~=7.4.0", | 7 | "redis[hiredis]~=7.4.0", |
| 8 | "uvicorn[standard]~=0.44.0", | ||
| 9 | ] | 9 | ] |
