Filip Šuster
Filip Šuster
Good :) Another lists of this kind would be: `List of known Ovh Cluster IP ` `List of known Office 365 Attack Simulator used for phishing awareness campaigns ` `List...
That would be nice, to provide the source for the warning lists (e.g. in description), I could create some of the generate scripts and contribute them to the repo :)...
@psrok1 Thank you! I will patiently wait for this nice feature to come :)
Actually it seems `mutagen` is also needed, this worked for me: ```python install_requires=[ 'numpy', 'mutagen', ] ``` now I can install successfully with `pip3 install .`