aboutsummaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Pipfile b/Pipfile
index d0feac3..8de412f 100644
--- a/Pipfile
+++ b/Pipfile
@@ -5,8 +5,9 @@ name = "pypi"
[packages]
pytz = "*"
-python-telegram-bot = "*"
-pyzmail36 = "*"
+pyzmail36 = ">=1.0.5"
+python-telegram-bot = ">=20.0"
+imapclient = ">=2.3.1"
[dev-packages]
pylint = "*"