Upload requirements.txt
Browse files- requirements.txt +6 -8
requirements.txt
CHANGED
@@ -20,7 +20,7 @@ cryptg
|
|
20 |
typing
|
21 |
Python-IO
|
22 |
Pillow==9.5.0
|
23 |
-
telegraph
|
24 |
urllib3
|
25 |
motor
|
26 |
SQLAlchemy==1.3.23
|
@@ -68,6 +68,7 @@ fastapi[all]
|
|
68 |
typing-extensions
|
69 |
uvicorn[standard]
|
70 |
pydantic
|
|
|
71 |
g4f
|
72 |
aiocache
|
73 |
aiogram
|
@@ -80,13 +81,10 @@ pygments
|
|
80 |
environs
|
81 |
curl_cffi
|
82 |
nest_asyncio
|
83 |
-
git+https://github.com/huggingface/diffusers.git
|
84 |
-
git+https://github.com/JuanBindez/pytubefix
|
85 |
-
torch
|
86 |
-
transformers
|
87 |
cohere
|
88 |
-
minijinja
|
89 |
-
ytmusicapi
|
90 |
icrawler
|
91 |
unidecode
|
92 |
-
|
|
|
|
|
|
|
|
20 |
typing
|
21 |
Python-IO
|
22 |
Pillow==9.5.0
|
23 |
+
telegraph==1.4.1
|
24 |
urllib3
|
25 |
motor
|
26 |
SQLAlchemy==1.3.23
|
|
|
68 |
typing-extensions
|
69 |
uvicorn[standard]
|
70 |
pydantic
|
71 |
+
pytgcalls==3.0.0.dev22
|
72 |
g4f
|
73 |
aiocache
|
74 |
aiogram
|
|
|
81 |
environs
|
82 |
curl_cffi
|
83 |
nest_asyncio
|
|
|
|
|
|
|
|
|
84 |
cohere
|
|
|
|
|
85 |
icrawler
|
86 |
unidecode
|
87 |
+
git-python
|
88 |
+
emoji
|
89 |
+
pySmartDL
|
90 |
+
selenium
|