mlsecproject / combine

Tool to gather Threat Intelligence indicators from publicly available sources
https://www.mlsecproject.org/
GNU General Public License v3.0
650 stars 179 forks source link

Python3 Support #171

Open robgil opened 6 years ago

robgil commented 6 years ago

Support for python3 is broken with the requirement on wsgiref 0.1.2. This version does not support python3. I was able to install all the other plugins but have not tested further.

robgil commented 6 years ago

It doesn't seem to be referenced anywhere. Maybe we can just remove it?

$ grep wsgiref * -R
lib/python2.7/config/Makefile:      logging bsddb bsddb/test csv importlib wsgiref \
lib/python2.7/site-packages/pip/compat/__init__.py:stdlib_pkgs = ('python', 'wsgiref')
Binary file lib/python2.7/site-packages/pip/compat/__init__.pyc matches
requirements.txt:wsgiref==0.1.2