Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -8
requirements.txt
CHANGED
|
@@ -1,9 +1,4 @@
|
|
|
|
|
|
|
|
| 1 |
pyrogram
|
| 2 |
-
tgcrypto
|
| 3 |
-
motor
|
| 4 |
-
pymongo
|
| 5 |
-
flask
|
| 6 |
-
python-dotenv
|
| 7 |
-
aiohttp
|
| 8 |
-
jinja2==3.0.3
|
| 9 |
-
markupsafe==2.0.1
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn
|
| 3 |
pyrogram
|
| 4 |
+
tgcrypto
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|