aboutsummaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorhyfc <[email protected]>2018-06-24 14:34:35 +0800
committerhyfc <[email protected]>2020-10-22 11:37:42 +0800
commit9535e3329a5602979cee23ca4072c199449872b1 (patch)
treedfcfb032f8ae9dfbcb98a413d5124ca5995fbb21 /Pipfile
parent49f3ae04c9831aff10a75e2380eab48eac8144b8 (diff)
downloadtelegram-mail-bot-9535e3329a5602979cee23ca4072c199449872b1.tar.gz
telegram-mail-bot-9535e3329a5602979cee23ca4072c199449872b1.tar.bz2
telegram-mail-bot-9535e3329a5602979cee23ca4072c199449872b1.zip
Using pyzmail36 to parse raw mail data
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index 36dd8a2..076dc6b 100644
--- a/Pipfile
+++ b/Pipfile
@@ -6,8 +6,10 @@ name = "pypi"
[packages]
pytz = "*"
python-telegram-bot = "*"
+pyzmail36 = "*"
[dev-packages]
+pylint = "*"
[requires]
python_version = "3.6"