Fix bcrypt incompatibility: replace passlib with direct bcrypt 5.x API
This commit is contained in:
parent
b09169ade2
commit
6e090eb4dc
3 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue