What does pip-compile do? What is its use? (how do I maintain the contents of my requirements.txt file?)
I read pip-compile s definition in pip-tools documentation but I don't understand how it works. Q1: What is pip-compile 's use? Q2: What does compiling requirements.in to produce requirements.txt mean? Q3: How do I maintain the contents of the requirements.txt file?