aboutsummaryrefslogtreecommitdiff
path: root/Pipfile
blob: 8de412fa09cead7d499e512e0add73d77521b3b1 (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 = "*"
pyzmail36 = ">=1.0.5"
python-telegram-bot = ">=20.0"
imapclient = ">=2.3.1"

[dev-packages]
pylint = "*"

[requires]
python_version = "3.9"