aboutsummaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorMole Shang <[email protected]>2023-04-29 00:20:39 +0800
committerMole Shang <[email protected]>2023-04-29 00:27:50 +0800
commit5adbd9abe3e303f18ea980e449a0f714fd9ef106 (patch)
tree337857fb9d254aee4e24f535fc8fe1d52b6a6ae4 /Pipfile
parent546928c977fae4c316c27664e3dfd4982b293ffe (diff)
downloadtelegram-mail-bot-5adbd9abe3e303f18ea980e449a0f714fd9ef106.tar.gz
telegram-mail-bot-5adbd9abe3e303f18ea980e449a0f714fd9ef106.tar.bz2
telegram-mail-bot-5adbd9abe3e303f18ea980e449a0f714fd9ef106.zip
chore: update deps list and migrate dep manager to `pipenv`
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 = "*"