Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
nest-asyncio
|
| 7 |
-
|
|
|
|
|
|
| 1 |
+
fastapi==0.104.1
|
| 2 |
+
uvicorn[standard]==0.24.0
|
| 3 |
+
python-multipart==0.0.6
|
| 4 |
+
ffmpeg-python==0.2.0
|
| 5 |
+
pillow>=10.0.0
|
| 6 |
+
nest-asyncio==1.5.8
|
| 7 |
+
python-jose[cryptography]==3.3.0
|
| 8 |
+
passlib[bcrypt]==1.7.4
|