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]
2024-04-08 14:06:16 +00:00
python_version = "3.12"
2022-09-27 17:53:53 +00:00
[scripts]
bot = "python3 ./bot.py"