tg_gentoo_bot/Pipfile
Aleksey Chubukov d9fb692eeb third version
* added ratelimiting and task grouping
* bumped python to 3.11
2023-02-07 09:06:58 +03:00

17 lines
203 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pyyaml = "*"
telethon = "*"
[dev-packages]
[requires]
python_version = "3.11"
[scripts]
bot = "python3 ./bot.py"