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

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

[dev-packages]
pylint = "*"

[requires]
python_version = "3.6"