Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
|
|
|
|
1 |
moviepy
|
2 |
pydantic
|
3 |
requests
|
4 |
imageio-ffmpeg
|
5 |
numpy
|
6 |
-
|
7 |
-
uvicorn
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn
|
3 |
moviepy
|
4 |
pydantic
|
5 |
requests
|
6 |
imageio-ffmpeg
|
7 |
numpy
|
8 |
+
python-dotenv
|
|