added requirement 'hashlib'

slight_refactoring
Sascha Rommelfangen 2017-12-20 16:18:23 +01:00
parent 72f92cf2a1
commit af92d3aa87
1 changed files with 1 additions and 0 deletions

View File

@ -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)