stampery / mongoaudit

🔥 A powerful MongoDB auditing and pentesting tool 🔥
https://mongoaud.it
MIT License
1.32k stars 135 forks source link

adding pyinstaller to requirements.txt #24

Closed CaledoniaProject closed 7 years ago

CaledoniaProject commented 7 years ago

Can you add pyinstaller to requirements.txt?

It fails on default ubuntu installation, I had to run pip install pyinstaller manually

aesedepece commented 7 years ago

Hi @CaledoniaProject, Thanks for reporting. pyinstaller has been already added to requirements.txt. Please remember that you don't need pyinstaller to run mongoaudit. It is only necessary to compile the app into a distributable binary.

CaledoniaProject commented 7 years ago

Thank you, I only asked about pyinstaller because of the Makefile ... the default action invokes pyinstaller