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

Support extras_require feature of setuptools. #45

Open
wants to merge 2 commits into
base: repository-rule-per-distribution
Choose a base branch
from

Conversation

mishas
Copy link

@mishas mishas commented Apr 8, 2020

When defining extras for a requirement (e.g. isort[pyproject]), the resulting requirement (in this case isort) should have the relevant dependencies (in this case toml).

Implemented the feature, updated //thirdparty/pip/requirements.in, locked on py2/py3 on both linux and macos, and added tests.

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.

None yet

2 participants