Hello, maybe I’ve missed it in the docs - is there...
# general
a
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
I haven’t used it myself but pants does support it. https://www.pantsbuild.org/docs/python-third-party-dependencies#constraints-files
a
Thanks I’ll try that!