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:
ZdenekSrotyr 2026-03-31 19:23:24 +02:00
parent 5ee12d78e7
commit bae9619363

View file

@ -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