bndr / pipreqs

pipreqs - Generate pip requirements.txt file based on imports of any project. Looking for maintainers to move this project forward.
Apache License 2.0
6.38k stars 388 forks source link

pipreqs does not detect psycopg2-binary 2.9.9 and django-cors-headers 4.3.1 #452

Closed DatMomoAgain closed 4 months ago

DatMomoAgain commented 4 months ago

Whenever i execute pipreqs these 2 packages are not listed in the resulting requirements.txt

Edit: Just saw how pipreqs works and apparently it only detects imported packages, so this is not really a bug