Open
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