Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -61,7 +61,7 @@ RUN pip install --no-cache-dir \
|
|
61 |
flask-restful~=0.3.10 \
|
62 |
fastapi~=0.109.0 \
|
63 |
uvicorn~=0.23.0 \
|
64 |
-
python-multipart~=
|
65 |
python-jose[cryptography]~=3.3.0 \
|
66 |
passlib[bcrypt]~=3.1.1 \
|
67 |
sqlalchemy~=2.0.24 \
|
|
|
61 |
flask-restful~=0.3.10 \
|
62 |
fastapi~=0.109.0 \
|
63 |
uvicorn~=0.23.0 \
|
64 |
+
python-multipart~=0.0.17 \
|
65 |
python-jose[cryptography]~=3.3.0 \
|
66 |
passlib[bcrypt]~=3.1.1 \
|
67 |
sqlalchemy~=2.0.24 \
|