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