Create requirements.txt
Browse files- requirements.txt +57 -0
requirements.txt
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
requests==2.31.0
|
2 |
+
rich
|
3 |
+
torch
|
4 |
+
torchvision
|
5 |
+
torchaudio
|
6 |
+
transformers
|
7 |
+
hercai
|
8 |
+
elevenlabs
|
9 |
+
moviepy
|
10 |
+
faster-whisper
|
11 |
+
mutagen
|
12 |
+
wheel
|
13 |
+
termcolor
|
14 |
+
schedule
|
15 |
+
prettytable
|
16 |
+
webdriver_manager
|
17 |
+
selenium
|
18 |
+
Pillow==9.5.0
|
19 |
+
yagmail
|
20 |
+
assemblyai
|
21 |
+
srt_equalizer
|
22 |
+
undetected_chromedriver
|
23 |
+
platformdirs
|
24 |
+
google-api-python-client
|
25 |
+
oauth2client
|
26 |
+
google_auth_oauthlib
|
27 |
+
redis
|
28 |
+
pyperclip
|
29 |
+
google-generativeai
|
30 |
+
python-telegram-bot[job-queue]==20.7
|
31 |
+
python-dotenv==1.0.0
|
32 |
+
pymongo[srv]==4.6.1
|
33 |
+
dnspython==2.4.2
|
34 |
+
aiohttp==3.9.1
|
35 |
+
cryptography==41.0.7
|
36 |
+
motor==3.3.2
|
37 |
+
urllib3==2.1.0
|
38 |
+
asgiref
|
39 |
+
autopep8==2.0.2
|
40 |
+
aiogram==2.16.0
|
41 |
+
beautifulsoup4==4.12.2
|
42 |
+
dj-database-url==0.5.0
|
43 |
+
Django
|
44 |
+
django-admin-atlantis==1.0.0
|
45 |
+
django-admin-material-dashboard==1.0.10
|
46 |
+
django-admin-soft-dashboard==1.0.12
|
47 |
+
django-crispy-forms==2.0
|
48 |
+
python-telegram-bot==13.7
|
49 |
+
requests==2.25.1
|
50 |
+
pycodestyle
|
51 |
+
pytz
|
52 |
+
sqlparse
|
53 |
+
Unipath
|
54 |
+
dj-database-url
|
55 |
+
python-decouple
|
56 |
+
gunicorn
|
57 |
+
whitenoise
|