From fb28c648390464c75ba4903b0e1e0ff2642c8ffb Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Thu, 2 Jul 2026 18:34:39 +0200 Subject: Added users and migrations --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pyproject.toml') 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" requires-python = ">=3.14" dependencies = [ "alembic>=1.18.5", + "authlib>=1.7.2", + "bcrypt>=5.0.0", "fastapi[standard]>=0.138.2", + "passlib>=1.7.4", "psycopg2>=2.9.12", "redis[hiredis]~=7.4.0", "sqlmodel>=0.0.39", -- cgit v1.2.3