This is a minor bug fixes release.
MISC: Added requirements.txt
BUG: Both quick_ratio and real_quick_ratio were wrongly checking buf1 and buf2, issue #354.
BUG: Project specific Python scripts were broken since changing imp.load_source(), issue #352.
BUG: Diaphora was freezing IDA when a project specific Python script was executing `log()`, because it was trying to call UI functions from outside main IDA's thread.
BUG: call_on_match_hook() was buggy as hell and didn't handle the `heur` parameter.
BUG: Already trained ML models usage is buggy because of multiple different SciKit Learning toolkits; disable it until a proper, multi-platform, solution is found.
BUG: The same "if buf1 and buf2" buggy copy-pasted code was in another part...