pipreqs
pipreqs copied to clipboard
pipreqs doesn't recognize Apple's system frameworks
This import on macos:
from AppKit import NSScreen
causes the following package to be pulled:
AppKit==0.2.8
from pypi:
Which actually has nothing with MacOS AppKit and is just a pypi trash that's can't even be installed for the systems it claims to be installed on