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 package extras when installing the local package #181

Merged
merged 15 commits into from Dec 3, 2020

Conversation

cjolowicz
Copy link
Owner

@cjolowicz cjolowicz commented Nov 30, 2020

  • Translate ".[...]" to "name[...] @ url" (PEP 508).
  • Add an optional parameter extras to the installroot function.

Previously, an argument like ".[extra]" was passed unmodified to pip, so the installation failed due to missing hashes.

Closes #146

@cjolowicz cjolowicz added the enhancement New feature or request label Nov 30, 2020
@cjolowicz cjolowicz force-pushed the support-extras branch 5 times, most recently from 27c03d5 to ca4f266 Compare December 3, 2020 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Specifying extras when installing the project package
1 participant