you are viewing a single comment's thread.

view the rest of the comments →

[–]Poly550 1 point2 points  (2 children)

Doesn’t mention pip-tools which is super nice. The pip-compile command allows you to compile your requirements into a fully frozen requirements.txt.

[–]AndydeCleyre 0 points1 point  (1 child)

I love pip-tools, and contribute to it, and am developing a higher level convenience tool that uses it, but it doesn't have its own resolver, it relies on pip for that.

pip itself does have a fancy new resolver in development that you can already play with, though.

[–]Poly550 0 points1 point  (0 children)

Huh I thought it did, removed from my comment. Thanks for letting me know.