summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 70f2683..557c2f2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,7 +3,10 @@ name = "ttun-server"
3version = "0.1.0" 3version = "0.1.0"
4requires-python = ">=3.14" 4requires-python = ">=3.14"
5dependencies = [ 5dependencies = [
6 "alembic>=1.18.5",
6 "fastapi[standard]>=0.138.2", 7 "fastapi[standard]>=0.138.2",
8 "psycopg2>=2.9.12",
7 "redis[hiredis]~=7.4.0", 9 "redis[hiredis]~=7.4.0",
10 "sqlmodel>=0.0.39",
8 "uvicorn[standard]~=0.44.0", 11 "uvicorn[standard]~=0.44.0",
9] 12]