SecurityLab-UCD / IRFuzzer

Apache License 2.0
12 stars 0 forks source link

Siyuan/requirement txt #45

Closed uilnauyisDP closed 1 year ago

uilnauyisDP commented 1 year ago

Add requirements.txt into scripts directory.

I collected dependencies with pipreqs module (https://pypi.org/project/pipreqs/) and verifies all dependencies are installed with command pip3.8 install -r scripts/requirements.txt with a clone of IRFuzzer project on a fresh linux machine.

DataCorrupted commented 1 year ago

@uilnauyisDP I just realized to PR'ed against irfuzzer0.3. Can you PR again against master? Thanks.

uilnauyisDP commented 1 year ago

@DataCorrupted Should I have created the feature branch off the master branch and PR against master branch? In that case I guess I need to rebase this feature branch onto Master branch. Should I do so?