diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 7355e22..6a3117f 100644 --- a/pyproject.toml +++ b/pyproject.toml | |||
| @@ -6,9 +6,13 @@ dependencies = [ | |||
| 6 | "alembic>=1.18.5", | 6 | "alembic>=1.18.5", |
| 7 | "authlib>=1.7.2", | 7 | "authlib>=1.7.2", |
| 8 | "bcrypt>=5.0.0", | 8 | "bcrypt>=5.0.0", |
| 9 | "csrfmiddleware>=1.3", | ||
| 9 | "fastapi[standard]>=0.138.2", | 10 | "fastapi[standard]>=0.138.2", |
| 11 | "itsdangerous>=2.2.0", | ||
| 12 | "jinja2>=3.1.6", | ||
| 10 | "passlib>=1.7.4", | 13 | "passlib>=1.7.4", |
| 11 | "psycopg2>=2.9.12", | 14 | "psycopg2>=2.9.12", |
| 15 | "python-multipart>=0.0.32", | ||
| 12 | "redis[hiredis]~=7.4.0", | 16 | "redis[hiredis]~=7.4.0", |
| 13 | "sqlmodel>=0.0.39", | 17 | "sqlmodel>=0.0.39", |
| 14 | "uvicorn[standard]~=0.44.0", | 18 | "uvicorn[standard]~=0.44.0", |
