bitsadmin / wesng

Windows Exploit Suggester - Next Generation
BSD 3-Clause "New" or "Revised" License
4.24k stars 571 forks source link

Add chardet in the setup.py #81

Closed cHJlaXpoZXI closed 1 month ago

cHJlaXpoZXI commented 1 month ago

Hi,

Just a little PR to add chardet because of an error if I install it with pipx :

WARNING:root:chardet module not installed. In case of encoding errors, install chardet using: pip3 install chardet

It's not really an issue, but it's fine to have a tool without error on each commands.

Thanks :)

bitsadmin commented 1 month ago

Useful improvement, thanks! Merged it.