Closed jayvdb closed 6 years ago
Pygments, Sphinx, etc, are not found with the new pip-api solution.
pip-api.parse_requirements does a name.lower() which could be responsible.
name.lower()
However pytest-reqs can easily apply a bit of pattern matching here to allow for such a common variation between what-users-do and what-computers-do.
Pygments, Sphinx, etc, are not found with the new pip-api solution.
pip-api.parse_requirements does a
name.lower()
which could be responsible.However pytest-reqs can easily apply a bit of pattern matching here to allow for such a common variation between what-users-do and what-computers-do.