Rename requirements.text to requirements.txt
Browse files- requirements.text +0 -6
- requirements.txt +6 -0
requirements.text
DELETED
|
@@ -1,6 +0,0 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
gtts
|
| 3 |
-
fastapi
|
| 4 |
-
uvicorn
|
| 5 |
-
pydantic
|
| 6 |
-
cryptography
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn
|
| 3 |
+
edge-tts
|
| 4 |
+
python-dotenv
|
| 5 |
+
python-multipart
|
| 6 |
+
aiofiles
|