Pcap-Analyzer
Pcap-Analyzer copied to clipboard
Fix some convention & dependencies
- Delete
run.pyc
. This is a compiled file fromrun.py
, so we don't need it. - Change
requires
torequirements.txt
, this is the general convention of python project. - Fix Flask-WTF, scapy-python3 version too old in
requires
comment