diff options
| author | 2026-07-03 15:49:08 +0200 | |
|---|---|---|
| committer | 2026-07-03 15:49:14 +0200 | |
| commit | 7784c60c03ec277b456db6e2709383e302d9382b (patch) | |
| tree | a008def666f04041fe77740693d42cfef89af558 /pyproject.toml | |
| parent | fb28c648390464c75ba4903b0e1e0ff2642c8ffb (diff) | |
| download | server-7784c60c03ec277b456db6e2709383e302d9382b.tar.gz server-7784c60c03ec277b456db6e2709383e302d9382b.tar.bz2 server-7784c60c03ec277b456db6e2709383e302d9382b.zip | |
Added basic oauth flow
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", |
