-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Open
Labels
C: extrasHandling optional dependenciesHandling optional dependenciesC: list/show'pip list' or 'pip show''pip list' or 'pip show'state: awaiting PRFeature discussed, PR is neededFeature discussed, PR is neededstate: needs discussionThis needs some more discussionThis needs some more discussiontype: enhancementImprovements to functionalityImprovements to functionality
Description
- Pip version: 9.0.1
- Python version: 3.6
- Operating system: Ubuntu 17.10
Description:
I'm trying to write a script to automatically generate constraints files(with hashes) and I'd like a way to allow this script to detect any extras, and generate the constraints file for those too.
I have no preference to the command; but it might be nice to put it in pip show
as another section(depending on compatibility)
What I've run:
$ pip show requests
Name: requests
Version: 2.18.4
...
Requires: idna, urllib3, chardet, certifi
ExtraRequires[security]: cryptography, pyOpenSSL
ExtraRequires[socks]: PySocks
jcrben, ederst, asmaier, hbschr, DrPyser and 31 more
Metadata
Metadata
Assignees
Labels
C: extrasHandling optional dependenciesHandling optional dependenciesC: list/show'pip list' or 'pip show''pip list' or 'pip show'state: awaiting PRFeature discussed, PR is neededFeature discussed, PR is neededstate: needs discussionThis needs some more discussionThis needs some more discussiontype: enhancementImprovements to functionalityImprovements to functionality