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

Missing requirement #283

Open enesMesut opened 2 years ago

enesMesut commented 2 years ago

I have a project that have numpy, pandas, sklearn imports when i run "pipreqs" command with --use-local and --debug options requirement.txt does not contain sklearn dependency.

Reproduction: Os: windows 10

Debug output: DEBUG: Found packages: {'sklearn', 'pandas', 'numpy'} DEBUG: Found imports: numpy, pandas, scikit_learn DEBUG: Getting package information ONLY from local installation. DEBUG: Writing 2 requirements: numpy, pandas to .\requirements.txt

Martin1458 commented 2 years ago

Have you found the solution?