Fix bcrypt incompatibility: replace passlib with direct bcrypt 5.x API

This commit is contained in:
Erik 2026-04-10 19:55:55 +02:00
parent b09169ade2
commit 6e090eb4dc
3 changed files with 7 additions and 7 deletions

View file

@ -17,7 +17,7 @@ RUN python -m pip install --upgrade pip && \
alembic \
psycopg2-binary \
httpx \
passlib[bcrypt] \
bcrypt \
itsdangerous
## Copy application source code and migration scripts into container