We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wfuzz/setup.py
Lines 24 to 25 in f7bbca4
Pypi shows the latest pyparsing version as 2.4.7, so this dependency appears to be impossible to fulfill? poetry at the least cannot resolve it.
The text was updated successfully, but these errors were encountered:
Hi,
You are right that 2.4.7 is the latest release, pyparsing version 3.x are marked as beta, according to https://pypi.org/project/pyparsing/#history.
Those setup lines were trying to acommodate this: https://github.com/pyparsing/pyparsing/wiki/Python-3-planning "This will require those on Py3.0-3.4 to use the legacy 2.4.1 release."
Thanks
Sorry, something went wrong.
18bc0c7
Correct dependency specification for pyparsing
fbb577a
wildcard(*) is not allowed in inclusive comparison: https://peps.python.org/pep-0440/#inclusive-ordered-comparison Version is adjusted according to: xmendez#206 (comment) Fixes: xmendez#345 Signed-off-by: Stanislav Levin <slev@altlinux.org>
No branches or pull requests
wfuzz/setup.py
Lines 24 to 25 in f7bbca4
Pypi shows the latest pyparsing version as 2.4.7, so this dependency appears to be impossible to fulfill? poetry at the least cannot resolve it.
The text was updated successfully, but these errors were encountered: