freshli-lib icon indicating copy to clipboard operation
freshli-lib copied to clipboard

Add support for [all] in Python projects

Open nickiemc opened this issue 5 years ago • 0 comments

In Python projects, requirements.txt can include lines such as the following:

IPython[all]

Currently [all] cannot be successfully parsed and the dependency is skipped.

An example of this issue is in https://github.com/matterport/Mask_RCNN.

nickiemc avatar Sep 02 '20 20:09 nickiemc