2020-02-11 17:07:24 +00:00
|
|
|
[[source]]
|
|
|
|
name = "pypi"
|
|
|
|
url = "https://pypi.org/simple"
|
|
|
|
verify_ssl = true
|
|
|
|
|
|
|
|
[dev-packages]
|
2020-04-19 15:59:12 +00:00
|
|
|
pylint = "*"
|
2020-02-11 17:07:24 +00:00
|
|
|
|
|
|
|
[packages]
|
|
|
|
python-telegram-bot = "*"
|
|
|
|
toml = "*"
|
|
|
|
ipython = "*"
|
|
|
|
bpython = "*"
|
2020-04-11 18:59:07 +00:00
|
|
|
requests = "*"
|
|
|
|
beautifulsoup4 = "*"
|
2020-02-11 17:07:24 +00:00
|
|
|
|
|
|
|
[requires]
|
|
|
|
python_version = "3.6"
|