Spaces:
Sleeping
Sleeping
Commit ·
3231378
1
Parent(s): fb69858
Update requirements to include python-multipart dependency
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -12,4 +12,5 @@ python-docx>=1.1.0
|
|
| 12 |
motor
|
| 13 |
boto3>=1.34.0
|
| 14 |
bcrypt>=4.0.0
|
| 15 |
-
python-jose[cryptography]>=3.3.0
|
|
|
|
|
|
| 12 |
motor
|
| 13 |
boto3>=1.34.0
|
| 14 |
bcrypt>=4.0.0
|
| 15 |
+
python-jose[cryptography]>=3.3.0
|
| 16 |
+
python-multipart>=0.0.21
|