summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml9
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]
2name = "ttun-server"
3version = "0.1.0"
4requires-python = ">=3.14"
5dependencies = [
6 "starlette~=1.0.0",
7 "uvicorn[standard]~=0.44.0",
8 "redis~=7.4.0",
9]