diff options
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", |
