Peter Demin

Results 52 comments of Peter Demin

I'm not using `pyproject.toml` in any of my projects, but I see the value in the standard. Having `pip-compile-multi` parse input requirements from `pyproject.toml` makes sense to me. I can...

I'm all for this, but don't have time to implement it. I can review/merge a PR and make a release, though.

Could you please try experimenting with `--autoresolve` and `--backtracking` flags?

Thanks for reporting the issue. I think I saw something similar in the past. I don't have time to debug/fix it, but I'd be happy to review/merge a PR and...

What's the contents of requirements.in?

Hi @vergenzt, probably `verify` is too broad of a name for the [functionality it provides](https://pip-compile-multi.readthedocs.io/en/latest/features.html#check-that-pip-compile-multi-was-run-after-changes-in-in-file). Verify has to run fast - in milliseconds. But locking versions on a big project...

That would be a feature request for the underlying pip-tools project. Pip-compile-multi doesn't resolve dependencies

Sorry, I misread your previous message. Let me clarify: > Sometimes, a simple version bump in a requirements .txt file means that a new transitive dependency has been added Was...

I'm a bit hesitant to add that, as I can see a potential confusion. What if you try this as a custom hook in your project for a couple weeks,...

I'm not too fond of the option to duplicate packages across referenced envs. A flag to include SHA1s from all referenced envs sounds plausible. I'd like to clarify that the...