forked from divideprojects/Alita_Robot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
38 lines (35 loc) · 921 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[tool.poetry]
name = "alita_robot"
version = "0.2.0"
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."
authors = ["Divkix <[email protected]>"]
license = "AGPL-3.0"
[tool.poetry.dependencies]
python = "^3.7"
aiodns = "^3.0.0"
aiohttp = "^3.7.4.post0"
asyncio = "^3.4.3"
cachetools = "^4.2.2"
cchardet = "^2.1.7"
dnspython = "^2.1.0"
gpytranslate = "^1.2.0"
pymongo = "^3.11.4"
pyrogram = "^1.2.9"
python-dateutil = "^2.8.1"
pyyaml = "^5.4.1"
regex = "^2021.4.4"
speedtest-cli = "^2.1.3"
tgcrypto = "^1.2.2"
tswift = "^0.7.0"
ujson = "^4.0.2"
uvloop = "^0.15.2"
wikipedia = "^1.4.0"
[tool.poetry.dev-dependencies]
black = "^21.5b2"
isort = "^5.8.0"
pre-commit = "^2.13.0"
pyclean = "^2.0.0"
pylint = "^2.8.3"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"