aboutcode-org / aboutcode-org/python-inspector
An invalid `requirements.txt` file is silently accepted
Open
- Dominant language
- Python
- Stars
- 23
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
If `requirements.txt` contains wrongly formatted content like
```
Package Version
--------------- -----------
wheel 0.41.2
```
then PI accepts this without any error but returns no dependencies. Plain `pip` would say
ERROR: Invalid requirement: 'Package Version' (from line 1 of requirements.txt)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.