In dffe827 the dependency to PyCQA/pycodestyle was restricted to be <2.4.0
https://github.com/PyCQA/prospector/blob/db0a6c54f4ed7f3627e163f1aab2c2d4e3cf9a02/setup.py#L28
When I try to install prospector in a project together with other tools like PyCQA/flake8 or hhatto/autopep8 i get a dependency mismatch, since they both have pycodestyle >= 2.4.0.
Can you update the dependencies to allow pycode 2.4.0, or is there a reason for keeping pycodestyle<2.4.0?
In dffe827 the dependency to PyCQA/pycodestyle was restricted to be
<2.4.0https://github.com/PyCQA/prospector/blob/db0a6c54f4ed7f3627e163f1aab2c2d4e3cf9a02/setup.py#L28
When I try to install prospector in a project together with other tools like PyCQA/flake8 or hhatto/autopep8 i get a dependency mismatch, since they both have
pycodestyle >= 2.4.0.Can you update the dependencies to allow pycode 2.4.0, or is there a reason for keeping
pycodestyle<2.4.0?