Add resource provider
Some checks failed
/ build (push) Failing after 14s
/ test (push) Successful in 4s

This commit is contained in:
phil 2025-01-28 19:48:35 +01:00
parent 61be70054b
commit 5b31ef888c
7 changed files with 152 additions and 83 deletions

View file

@ -9,10 +9,12 @@ dependencies = [
"authlib>=1.4.0",
"cachetools>=5.5.0",
"fastapi[standard]>=0.115.6",
"httpx>=0.28.1",
"itsdangerous>=2.2.0",
"passlib[bcrypt]>=1.7.4",
"pkce>=1.0.3",
"pydantic-settings>=2.7.1",
"pyjwt>=2.10.1",
"python-jose[cryptography]>=3.3.0",
"requests>=2.32.3",
"sqlmodel>=0.0.22",