Jishu Developer commited on
Commit
18aaae5
·
unverified ·
1 Parent(s): 1d61180

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -8
requirements.txt CHANGED
@@ -1,15 +1,10 @@
1
- # --- For-Bot-Working --------- #
2
  pyrogram
3
  TgCrypto
4
- pyromod==1.5
5
-
6
-
7
-
8
- # --- For-Database ------------ #
9
  pymongo
10
  dnspython
 
11
 
 
12
 
13
 
14
- # --- For-Web-Response ------- #
15
- aiohttp
 
 
1
  pyrogram
2
  TgCrypto
3
+ pyromod
 
 
 
 
4
  pymongo
5
  dnspython
6
+ aiohttp
7
 
8
+ humanize
9
 
10