15 lines
203 B
TOML
15 lines
203 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
python-telegram-bot = "*"
|
|
toml = "*"
|
|
ipython = "*"
|
|
bpython = "*"
|
|
|
|
[requires]
|
|
python_version = "3.6"
|