Upload requirements.txt
Browse files- requirements.txt +24 -0
requirements.txt
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
aiohttp==3.8.4
|
| 2 |
+
aiosignal==1.3.1
|
| 3 |
+
async-timeout==4.0.2
|
| 4 |
+
attrs==23.1.0
|
| 5 |
+
blinker==1.6.2
|
| 6 |
+
certifi==2023.5.7
|
| 7 |
+
charset-normalizer==3.1.0
|
| 8 |
+
click==8.1.3
|
| 9 |
+
colorama==0.4.6
|
| 10 |
+
Flask==2.3.2
|
| 11 |
+
frozenlist==1.3.3
|
| 12 |
+
gTTS==2.3.2
|
| 13 |
+
idna==3.4
|
| 14 |
+
itsdangerous==2.1.2
|
| 15 |
+
Jinja2==3.1.2
|
| 16 |
+
MarkupSafe==2.1.3
|
| 17 |
+
multidict==6.0.4
|
| 18 |
+
openai==0.27.8
|
| 19 |
+
python-dotenv==1.0.0
|
| 20 |
+
requests==2.31.0
|
| 21 |
+
tqdm==4.65.0
|
| 22 |
+
urllib3==2.0.3
|
| 23 |
+
Werkzeug==2.3.6
|
| 24 |
+
yarl==1.9.2
|