Skip to content

All Requirements Being Shown as Extra Requirements #128

@seankfh

Description

@seankfh

In the past this package worked as expected for me, but now when I use it all requirements seem to be displayed as missing requirements. Was there a breaking change or am I making an obvious mistake?

~/projects/test$ ls
env  requirements.txt  src
~/projects/test$ cat requirements.txt
numpy==1.24.2
~/projects/test$ cat src/main.py
import numpy as np
a = np.arange(15).reshape(3, 5)
print(a)
~/projects/test$ pip-extra-reqs src
Extra requirements:
numpy in requirements.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions