freshli-lib
freshli-lib copied to clipboard
Add support for [all] in Python projects
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.