xmendez / wfuzz

Web application fuzzer
http://wfuzz.io
GNU General Public License v2.0
5.86k stars 1.35k forks source link

Correct dependency specification for pyparsing #347

Open stanislavlevin opened 1 year ago

stanislavlevin commented 1 year ago

wildcard(*) is not allowed in inclusive comparison: https://peps.python.org/pep-0440/#inclusive-ordered-comparison

Version is adjusted according to: https://github.com/xmendez/wfuzz/issues/206#issuecomment-673519577

Fixes: https://github.com/xmendez/wfuzz/issues/345