here’s another lockfiles question.. :thread:
# general
c
here’s another lockfiles question.. 🧵
I have a project where most of the requirements are pinned in the
requirements.txt
file… now, I’d like to move these over to a
constraints.txt
file, so we can have the pin in one place across multiple lockfiles without duplication. But when I remove the pin from the
requirements.txt
file, the lockfile generation seems to never complete…
In my mind, having the pins in the constraints file ought to yield the same results as having them pinned in the requirements file.. ?
👍 1
r
I think I also noticed this back when there were multiple requirements targets in my setup for the same lockfile. Although I also had multiple constraints on the same dependency.