-
Notifications
You must be signed in to change notification settings - Fork 107
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
Support project-specific dep overrides / settings in pyproject.toml #115
Comments
This is conda-lock not cargo-lock? |
@mariusvniekerk Oops, sorry. Meant |
Okay, that sounds reasonable to me. Changes would probably be needed mostly in the source parser and maybe the spec handler class to carry along the pip dependencies. |
Being able to specify which packages should be installed via pip would indeed be great. My understanding is that it is possible for poetry users currently, but that users of PEP621 pyproject.toml are unfortunately out of luck. |
I have given it a go in #186 (for the pip item only) |
It would be useful for
conda-lock
'spyproject.toml
support if it could support configuring dependency-specific information directly inpyproject.toml
. I see at least two things that would be useful to configure:-k env
, but would add the dependency to apip
section.This could look something like:
The text was updated successfully, but these errors were encountered: