Spaces:
Sleeping
Sleeping
Commit ·
a1a94f7
1
Parent(s): f91bb25
Upd requirements
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -4,6 +4,7 @@ gunicorn
|
|
| 4 |
httpx
|
| 5 |
motor
|
| 6 |
# gridfs # Can be presented with pymongo
|
|
|
|
| 7 |
tenacity
|
| 8 |
aiofiles
|
| 9 |
python-dotenv
|
|
|
|
| 4 |
httpx
|
| 5 |
motor
|
| 6 |
# gridfs # Can be presented with pymongo
|
| 7 |
+
python-multipart
|
| 8 |
tenacity
|
| 9 |
aiofiles
|
| 10 |
python-dotenv
|