Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
f909bf5
1
Parent(s):
3a18b47
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 <23524935+Divkix@users.noreply.github.com>"]
|
| 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 <23524935+Divkix@users.noreply.github.com>"]
|
| 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"
|