Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -63,7 +63,7 @@ RUN pip install --no-cache-dir \
|
|
63 |
uvicorn~=0.23.0 \
|
64 |
python-multipart~=0.0.17 \
|
65 |
python-jose[cryptography]~=3.3.0 \
|
66 |
-
passlib[bcrypt]~=
|
67 |
sqlalchemy~=2.0.24 \
|
68 |
psycopg2-binary~=2.9.9 \
|
69 |
alembic~=1.14.0 \
|
|
|
63 |
uvicorn~=0.23.0 \
|
64 |
python-multipart~=0.0.17 \
|
65 |
python-jose[cryptography]~=3.3.0 \
|
66 |
+
passlib[bcrypt]~=1.7.4 \
|
67 |
sqlalchemy~=2.0.24 \
|
68 |
psycopg2-binary~=2.9.9 \
|
69 |
alembic~=1.14.0 \
|