From af92d3aa87b6b3a65a30604d51e0cc4cde51b5a6 Mon Sep 17 00:00:00 2001 From: Sascha Rommelfangen Date: Wed, 20 Dec 2017 16:18:23 +0100 Subject: [PATCH] added requirement 'hashlib' --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aea873f..016cc57 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,7 @@ Obviously, you would like to filter mails based on subject or from address and p - mail_to_misp requires access to a MISP instance (via API). - Python 3 - dnspython +- hashlib - faup from https://github.com/stricaud/faup - urlmarker from https://github.com/rcompton/ryancompton.net/blob/master/assets/praw_drugs/urlmarker.py (contained in this project) - ftfy from https://github.com/LuminosoInsight/python-ftfy (to fix unicode text)