13 lines
181 B
TOML
13 lines
181 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
python-telegram-bot = "==8.1.1"
|
|
pony = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|