efchatz / WPAxFuzz

A full-featured open-source Wi-Fi fuzzer
MIT License
174 stars 18 forks source link

Consider adding a requirements.txt file to install dependencies #1

Closed nstarke closed 1 year ago

nstarke commented 1 year ago

looks like the following pypi packages are required for normal usage:

pandas

otherwise consider adding instructions on installing pandas to the readme? happy to submit a pr if necessary, just let me know what route you want to go down. thanks

efchatz commented 1 year ago

Thank you very much for informing us about the pandas issue and the suggestion. Indeed, the pandas is missing from the readme file. We will include it in the following days. We probably also add a requirements file to the repo, for an easier setup process.

byrkam commented 1 year ago

As it seems there was a forgotten, unused import of the pandas package in Mngmt_frames/Construct_frame_fields.py file. A requirements.txt file has been also added