diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..28f6fed --- /dev/null +++ b/pyproject.toml | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | [project] | ||
| 2 | name = "ttun-server" | ||
| 3 | version = "0.1.0" | ||
| 4 | requires-python = ">=3.14" | ||
| 5 | dependencies = [ | ||
| 6 | "starlette~=1.0.0", | ||
| 7 | "uvicorn[standard]~=0.44.0", | ||
| 8 | "redis~=7.4.0", | ||
| 9 | ] | ||
