aboutsummaryrefslogtreecommitdiff
path: root/Pipfile
blob: 36dd8a23b64bf834377b7cc4860f09eb29b7c152 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
pytz = "*"
python-telegram-bot = "*"

[dev-packages]

[requires]
python_version = "3.6"