diff options
| author | 2026-07-01 23:06:39 +0200 | |
|---|---|---|
| committer | 2026-07-01 23:06:39 +0200 | |
| commit | 4105c3b777e82cb4b6dadf27c109dd21010ad8ce (patch) | |
| tree | ab497c0bac381d27765cff389bcf855a9e0bf0b7 /pyproject.toml | |
| parent | d8968acab83c7a91b01eee4b35828a2b05c8dd6b (diff) | |
| download | server-4105c3b777e82cb4b6dadf27c109dd21010ad8ce.tar.gz server-4105c3b777e82cb4b6dadf27c109dd21010ad8ce.tar.bz2 server-4105c3b777e82cb4b6dadf27c109dd21010ad8ce.zip | |
Added db support
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 3 |
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" | |||
| 3 | version = "0.1.0" | 3 | version = "0.1.0" |
| 4 | requires-python = ">=3.14" | 4 | requires-python = ">=3.14" |
| 5 | dependencies = [ | 5 | dependencies = [ |
| 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 | ] |
