You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a large project and pipreqs seems to be generating too many packages. I want to know which Python file is resulting in which packages to be found by pipreqs. I tried doing file by file, but apparently pipreqs doesn't support a single file for input either, just entire directories.
There should be a way to see which exact Python file yielded which required packages.
The text was updated successfully, but these errors were encountered:
I have a large project and
pipreqs
seems to be generating too many packages. I want to know which Python file is resulting in which packages to be found bypipreqs
. I tried doing file by file, but apparentlypipreqs
doesn't support a single file for input either, just entire directories.There should be a way to see which exact Python file yielded which required packages.
The text was updated successfully, but these errors were encountered: