fix: restore authlib + argon2-cffi — needed by FastAPI auth providers
Google OAuth uses authlib, password auth uses argon2. These were incorrectly removed as 'legacy' but are used by app/auth/providers/.
This commit is contained in:
parent
5ee12d78e7
commit
bae9619363
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,8 @@ jinja2>=3.1.0
|
|||
# Authentication
|
||||
PyJWT>=2.8.0
|
||||
itsdangerous>=2.1.0
|
||||
authlib>=1.3.0
|
||||
argon2-cffi>=23.1.0
|
||||
|
||||
# HTTP client
|
||||
httpx>=0.27.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue