Context
Please check:
This message has been appearing lately each time I install something from pypi. The install doesn't fail, though.
"WARNING: Error parsing dependencies of wfuzz: Expected end or semicolon (after version specifier)."
From what I could see, the warning arises because there is a space between 'pyparsing' version and the semicolon. That space should be removed.
Context
Please check:
This message has been appearing lately each time I install something from pypi. The install doesn't fail, though.
"WARNING: Error parsing dependencies of wfuzz: Expected end or semicolon (after version specifier)."
From what I could see, the warning arises because there is a space between 'pyparsing' version and the semicolon. That space should be removed.