17 lines
203 B
TOML
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.12"
|
|
|
|
[scripts]
|
|
bot = "python3 ./bot.py"
|