Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
dcff4fe
1
Parent(s):
3d0ae81
Update pyproject.toml
Browse files- pyproject.toml +4 -3
pyproject.toml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
[tool.poetry]
|
2 |
-
name = "
|
3 |
version = "1.5.0"
|
4 |
-
description = "
|
5 |
authors = ["Divanshu Chauhan <[email protected]>"]
|
6 |
license = "AGPL-3.0"
|
7 |
|
@@ -11,12 +11,13 @@ asyncio = "^3.4.3"
|
|
11 |
cachetools = "^4.2.4"
|
12 |
dnspython = "^2.1.0"
|
13 |
gpytranslate = "^1.3.0gpytranslate^1.3.0"
|
14 |
-
httpx = {version = "^0.
|
15 |
pymongo = "^3.12.0"
|
16 |
pyrogram = "^1.2.9"
|
17 |
python-dateutil = "^2.8.2"
|
18 |
pyyaml = "^6.0"
|
19 |
regex = "^2021.10.8"
|
|
|
20 |
tgcrypto = "^1.2.2"
|
21 |
tswift = "^0.7.0"
|
22 |
ujson = "^4.2.0"
|
|
|
1 |
[tool.poetry]
|
2 |
+
name = "alita_robot"
|
3 |
version = "1.5.0"
|
4 |
+
description = "Alita is a Telegram Group management bot made using Pyrogram and Python, which makes it modern and faster than most of the Telegram chat managers."
|
5 |
authors = ["Divanshu Chauhan <[email protected]>"]
|
6 |
license = "AGPL-3.0"
|
7 |
|
|
|
11 |
cachetools = "^4.2.4"
|
12 |
dnspython = "^2.1.0"
|
13 |
gpytranslate = "^1.3.0gpytranslate^1.3.0"
|
14 |
+
httpx = {version = "^0.20.0", extras = ["http2"]}
|
15 |
pymongo = "^3.12.0"
|
16 |
pyrogram = "^1.2.9"
|
17 |
python-dateutil = "^2.8.2"
|
18 |
pyyaml = "^6.0"
|
19 |
regex = "^2021.10.8"
|
20 |
+
speedtest-cli = "^2.1.3"
|
21 |
tgcrypto = "^1.2.2"
|
22 |
tswift = "^0.7.0"
|
23 |
ujson = "^4.2.0"
|