tg_gentoo_bot/Pipfile

17 lines
203 B
TOML
Raw Normal View History

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