Skip to content
New issue

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

Add support for dynamic dependencies #91

Merged
merged 2 commits into from
May 8, 2024

Conversation

miAndreev
Copy link
Contributor

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 miAndreev marked this pull request as ready for review April 26, 2024 10:28
test/test_pep621.py Fixed Show resolved Hide resolved
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
Copy link
Contributor Author

In the new version I fixed all the flake8 errors

@arkq arkq merged commit 752581c into arkq:master May 8, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants