https://pantsbuild.org/ logo
a

adventurous-journalist-72920

01/31/2023, 12:46 PM
Hello, maybe I’ve missed it in the docs - is there a way to manage pip constraints files in python dependencies? (more info here -> https://pip.pypa.io/en/stable/user_guide/#constraints-files) Usually, that helps a lot for dependency resolution, therefore it should make lockfiles generation faster 🙂
r

refined-addition-53644

01/31/2023, 1:48 PM
I haven’t used it myself but pants does support it. https://www.pantsbuild.org/docs/python-third-party-dependencies#constraints-files
a

adventurous-journalist-72920

01/31/2023, 1:52 PM
Thanks I’ll try that!