How do I prime a lockfile with prepinned versions? #86
-
I already have a requirements.txt created with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
This should be much easier than it currently is, I'll look into fixing this and making it a more straightforward process. For now, you can place your existing #
# This file is autogenerated by hatch-pip-compile with Python 3.11
#
# - this-header-will-be-re-written
# The following error is currently raised when it tries and fails to read a non-existent header:
|
Beta Was this translation helpful? Give feedback.
#87
Okay, the above issue will be fixed shortly. Just put your pre-existing lockfile where it should be and
hatch-pip-compile
will re-generate it (but also do the right thing by respecing your existing pins)