From 9535e3329a5602979cee23ca4072c199449872b1 Mon Sep 17 00:00:00 2001 From: hyfc <3365132+hyfc@users.noreply.github.com> Date: Sun, 24 Jun 2018 14:34:35 +0800 Subject: Using pyzmail36 to parse raw mail data --- Pipfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Pipfile') 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" -- cgit v1.2.3