I want to use it as an input to a job that I'm run...
# general
b
I want to use it as an input to a job that I'm running, but can't figure out how to make it a target.
nm, found out that the requirements target when used in a script provides the various files. So using the python_requirements target gives me the requirements file, constraints, and .lock
👍 1
c
yea, was going to say that there’s a sneaky “synthetic” target created for the lockfile.. but you found it 😉
b
yeah, learning a ton about this build system 🙂
c
happy it turned out to be working for you in this way.. as it was added as a way to invalidate targets when you touch your requirements.txt file..
b
hahah.. I also feel like I'm abusing the build system too 😆
😂 1