-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip-grep does not match local packages #299
Comments
This is an intentional design decision. You can't tell anything about something like a zip-file without opening and inspecting it. |
What does Barring that, any suggested workarounds short of forking the buildpack? |
Hmm, I'm not sure. I feel like zipfiles (and any local files, actually) is outside the scope of (automatic installation of system sub-deps / uninstallation of no-longer-listed packages). This is intended for augmenting pip's management of pypi-index-style package distributions. |
Reticketing from gratipay/inside.gratipay.com#612 (comment) ...
Steps
cd vendor/pip-pop/
echo ./foo.zip > requirements.txt
./pip-grep requirements.txt foo
Expected
"Package foo found!"
Actual
"Not found."
(Well, the actual actual is #298. ;-)
The text was updated successfully, but these errors were encountered: