-
Notifications
You must be signed in to change notification settings - Fork 64
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
Evaluate pip-tools
#29
Comments
In particular, we want one or more APIs that:
|
Hmm, looks like Here's the core dependency resolution logic: https://github.com/jazzband/pip-tools/blob/master/piptools/resolver.py |
One option would be that we could temporarily vendor it into this project (with vendy) and then eventually work with the pip-api team on creating an importable API, once we know what we need. |
Yeah, vendoring seems like a good initial approach. I can also reach out and see whether an importable API is on their radar/whether they'd accept work towards one/how difficult they think it'd be. |
Opened upstream discussion: jazzband/pip-tools#1484 |
I'm going to close this for now, since we haven't heard from the |
We're probably going to need
pip-tools
to fully resolve any requirements files that we're passed, since we'll need to both resolve the entire dependency tree and concretize each dependency down to a specific version.Link: https://pypi.org/project/pip-tools/
Link: https://github.com/jazzband/pip-tools/
The text was updated successfully, but these errors were encountered: