forked from coddrago/Heroku
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpyproject.toml
More file actions
36 lines (33 loc) · 755 Bytes
/
pyproject.toml
File metadata and controls
36 lines (33 loc) · 755 Bytes
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
[tool.black]
extend-exclude = "loaded_modules"
preview = true
[tool.poetry]
name = "legacy"
version = "ReGenesis"
description = "Telegram userbot focused on developer convenience"
authors = ["xdesai, t.me/xdesai", "ebed_tg, t.me/ebed_tg"]
license = "GNU AGPLv3"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.8"
Legacy-TL-New = "1.8.0"
meval = "2.5"
Jinja2 = "3.0.3"
requests = "2.27.1"
aiohttp_jinja2 = "1.6"
aiofile = "3.9.0"
aiogram = "3.22.0"
grapheme = "0.6.0"
emoji = "2.1.0"
werkzeug = "2.2.2"
psutil = "6.0.0"
"ruamel.yaml" = "0.17.21"
aiopsutil = "0.1.0"
GitPython = "3.1.44"
whoosh = "2.7.4"
distro = "1.9.0"
uvloop = "0.21.0"
ujson = "5.11.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"