Update requirements.txt
Browse files- requirements.txt +7 -39
requirements.txt
CHANGED
@@ -2,65 +2,43 @@ aiofiles
|
|
2 |
typing
|
3 |
aiohttp
|
4 |
future
|
5 |
-
gTTS
|
6 |
authlib
|
7 |
googletrans
|
8 |
bs4
|
9 |
pytz
|
10 |
-
requests
|
11 |
psycopg2-binary
|
12 |
psycopg2
|
13 |
TgCrypto
|
14 |
ffmpeg-python
|
15 |
pymongo
|
16 |
-
Flask
|
17 |
gpytranslate
|
18 |
cryptg
|
19 |
typing
|
20 |
Python-IO
|
|
|
21 |
Pillow==9.5.0
|
22 |
-
|
|
|
|
|
23 |
motor
|
24 |
-
SQLAlchemy
|
25 |
-
opencv-python-headless
|
26 |
-
opencv-python
|
27 |
prettytable
|
28 |
svglib
|
29 |
reportlab
|
30 |
uwuify
|
31 |
python-dotenv
|
32 |
humanize
|
33 |
-
heroku3
|
34 |
-
flask_restful
|
35 |
-
googlesearch-python
|
36 |
gitpython
|
37 |
pymediainfo
|
38 |
prettytable
|
39 |
-
stability_sdk[anim_ui]
|
40 |
-
speedtest-cli
|
41 |
-
validators
|
42 |
-
emoji
|
43 |
-
youtube_search_python
|
44 |
-
youtube_search
|
45 |
-
rich
|
46 |
wget
|
47 |
-
hachoir
|
48 |
-
pykeyboard
|
49 |
-
python-arq
|
50 |
-
search-engine-parser
|
51 |
uvloop
|
52 |
-
feedparser
|
53 |
-
fuzzysearch
|
54 |
-
img2pdf
|
55 |
pytz
|
56 |
psutil
|
57 |
-
google-search-results
|
58 |
uvicorn
|
59 |
fastapi[all]
|
60 |
typing-extensions
|
61 |
uvicorn[standard]
|
62 |
pydantic
|
63 |
-
g4f==0.3.2.8
|
64 |
aiocache
|
65 |
aiogram
|
66 |
aiosqlite
|
@@ -71,18 +49,8 @@ qrcode
|
|
71 |
pygments
|
72 |
environs
|
73 |
curl_cffi
|
74 |
-
nest_asyncio
|
75 |
-
cohere
|
76 |
-
icrawler
|
77 |
-
unidecode
|
78 |
git-python
|
79 |
-
pySmartDL
|
80 |
-
selenium
|
81 |
-
PyYAML==6.0.2
|
82 |
-
RyuzakiLib[all]
|
83 |
-
openai==0.28
|
84 |
-
httpx==0.27.1
|
85 |
-
PyJWT
|
86 |
python-box
|
87 |
-
|
88 |
-
git+https://github.com/
|
|
|
|
2 |
typing
|
3 |
aiohttp
|
4 |
future
|
|
|
5 |
authlib
|
6 |
googletrans
|
7 |
bs4
|
8 |
pytz
|
|
|
9 |
psycopg2-binary
|
10 |
psycopg2
|
11 |
TgCrypto
|
12 |
ffmpeg-python
|
13 |
pymongo
|
|
|
14 |
gpytranslate
|
15 |
cryptg
|
16 |
typing
|
17 |
Python-IO
|
18 |
+
|
19 |
Pillow==9.5.0
|
20 |
+
requests>=2.28.1
|
21 |
+
google-genai
|
22 |
+
|
23 |
motor
|
|
|
|
|
|
|
24 |
prettytable
|
25 |
svglib
|
26 |
reportlab
|
27 |
uwuify
|
28 |
python-dotenv
|
29 |
humanize
|
|
|
|
|
|
|
30 |
gitpython
|
31 |
pymediainfo
|
32 |
prettytable
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
wget
|
|
|
|
|
|
|
|
|
34 |
uvloop
|
|
|
|
|
|
|
35 |
pytz
|
36 |
psutil
|
|
|
37 |
uvicorn
|
38 |
fastapi[all]
|
39 |
typing-extensions
|
40 |
uvicorn[standard]
|
41 |
pydantic
|
|
|
42 |
aiocache
|
43 |
aiogram
|
44 |
aiosqlite
|
|
|
49 |
pygments
|
50 |
environs
|
51 |
curl_cffi
|
|
|
|
|
|
|
|
|
52 |
git-python
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
python-box
|
54 |
+
|
55 |
+
git+https://github.com/KurimuzonAkuma/pyrogram.git@refs/tags/v2.1.30#egg=pyrogram
|
56 |
+
git+https://github.com/TeamKillerX/akenoai-lib.git
|