requirements.txt
file using pip-tools.
Adding or Updating a python library is a 2 step process:
pyproject.toml
filerequirements.txt
filerequirements.txt
file using this process.pyproject.toml
filedependencies
in the pyproject.toml
file, auto-generate the requirements.txt
file using a helper script or running pip-compile
directly
requirements.txt
file, rebuild your images.