flake8-requirements icon indicating copy to clipboard operation
flake8-requirements copied to clipboard

Add support for dynamic dependencies

Open miAndreev opened this issue 10 months ago • 1 comments

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.

miAndreev avatar Apr 26 '24 10:04 miAndreev

In the new version I fixed all the flake8 errors

miAndreev avatar Apr 26 '24 15:04 miAndreev