From 4105c3b777e82cb4b6dadf27c109dd21010ad8ce Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Wed, 1 Jul 2026 23:06:39 +0200 Subject: Added db support --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pyproject.toml') 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" version = "0.1.0" requires-python = ">=3.14" dependencies = [ + "alembic>=1.18.5", "fastapi[standard]>=0.138.2", + "psycopg2>=2.9.12", "redis[hiredis]~=7.4.0", + "sqlmodel>=0.0.39", "uvicorn[standard]~=0.44.0", ] -- cgit v1.2.3