bndr / pipreqs

pipreqs - Generate pip requirements.txt file based on imports of any project. Looking for maintainers to move this project forward.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pipreqs doesn't recognize Apple's system frameworks

bedbad opened this issue · comments

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