|
|
|
|
|
by the_mitsuhiko
548 days ago
|
|
And you can use uv as a full replacement for that with less bugs, faster performance and just generally a more pleasant experience. pip-compile -> uv pip compile and pip-sync -> uv pip sync. (Though I think the high level interface is the better thing to use) |
|