diff options
| author | 2026-07-02 18:34:39 +0200 | |
|---|---|---|
| committer | 2026-07-02 18:34:51 +0200 | |
| commit | fb28c648390464c75ba4903b0e1e0ff2642c8ffb (patch) | |
| tree | 86fa057d26cb07842903aeade09f0fc1bb9614c7 /pyproject.toml | |
| parent | 4105c3b777e82cb4b6dadf27c109dd21010ad8ce (diff) | |
| download | server-fb28c648390464c75ba4903b0e1e0ff2642c8ffb.tar.gz server-fb28c648390464c75ba4903b0e1e0ff2642c8ffb.tar.bz2 server-fb28c648390464c75ba4903b0e1e0ff2642c8ffb.zip | |
Added users and migrations
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 557c2f2..7355e22 100644 --- a/pyproject.toml +++ b/pyproject.toml | |||
| @@ -4,7 +4,10 @@ version = "0.1.0" | |||
| 4 | requires-python = ">=3.14" | 4 | requires-python = ">=3.14" |
| 5 | dependencies = [ | 5 | dependencies = [ |
| 6 | "alembic>=1.18.5", | 6 | "alembic>=1.18.5", |
| 7 | "authlib>=1.7.2", | ||
| 8 | "bcrypt>=5.0.0", | ||
| 7 | "fastapi[standard]>=0.138.2", | 9 | "fastapi[standard]>=0.138.2", |
| 10 | "passlib>=1.7.4", | ||
| 8 | "psycopg2>=2.9.12", | 11 | "psycopg2>=2.9.12", |
| 9 | "redis[hiredis]~=7.4.0", | 12 | "redis[hiredis]~=7.4.0", |
| 10 | "sqlmodel>=0.0.39", | 13 | "sqlmodel>=0.0.39", |
