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

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

[dev-packages]
pylint = "*"

[requires]
python_version = "3.9"