diff options
| author | hyfc <3365132+hyfc@users.noreply.github.com> | 2018-06-24 14:34:35 +0800 | 
|---|---|---|
| committer | hyfc <3365132+hyfc@users.noreply.github.com> | 2020-10-22 11:37:42 +0800 | 
| commit | 9535e3329a5602979cee23ca4072c199449872b1 (patch) | |
| tree | dfcfb032f8ae9dfbcb98a413d5124ca5995fbb21 /Pipfile | |
| parent | 49f3ae04c9831aff10a75e2380eab48eac8144b8 (diff) | |
| download | telegram-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-- | Pipfile | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -6,8 +6,10 @@ name = "pypi"  [packages]  pytz = "*"  python-telegram-bot = "*" +pyzmail36 = "*"  [dev-packages] +pylint = "*"  [requires]  python_version = "3.6" | 
