pip-compile
enables traceability in pinning requirements inside a requirements.txt
with an external requirements.in
. I really like this
My question is, can we somehow do the same, but for an install_requires
list inside setup.py
?
In other words, if I don't have a requirements.txt
but instead just a setup.py
, is it possible to use pip-compile
?