flake8-requirements
flake8-requirements copied to clipboard
Add support for dynamic dependencies
The dynamic dependencies are part of pep621. For now only the setuptools supports dynamic dependencies. Because of that the implementation is somehow dependent on setuptools. When other tool adds support for dynamic dependencies only the part for gathering of the dependencies has to be changed.
In the new version I fixed all the flake8 errors