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

WIP: Add support for '--build-reqs' in the pip commands #38

Closed
wants to merge 1 commit into from

Conversation

jaraco
Copy link
Owner

@jaraco jaraco commented Apr 6, 2019

Add support for '--build-reqs' in the pip commands to parse out a pyproject.toml and include those dependencies in the run. Fixes #33.

This proof-of-concept demonstrates how one might hack in support for parsing a pyproject.toml's build-system.requires into a standard pip requirements.txt.

…roject.toml and include those dependencies in the run. Fixes #33.
@jaraco jaraco force-pushed the master branch 2 times, most recently from 3da891f to 4d72b42 Compare December 15, 2019 17:39
@jaraco jaraco changed the base branch from master to main December 13, 2020 04:04
@jaraco jaraco closed this Mar 24, 2021
@jaraco jaraco deleted the feature/pep518 branch March 24, 2021 23:41
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.

Add PEP 518 build-requires support
1 participant