summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
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"
3version = "0.1.0" 3version = "0.1.0"
4requires-python = ">=3.14" 4requires-python = ">=3.14"
5dependencies = [ 5dependencies = [
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]