python-poetry-buildpack
python-poetry-buildpack copied to clipboard
Enable hashes in generated requirements.txt file
Editable mode is not required anymore, since Poetry generates direct references now, but unfortunately pip still doesn't support hashing of the VCS dependencies @marns93 :-(
Now tracked at python-poetry/poetry-plugin-export#69
Might be able to resolve this after pypa/pip#11968 gets in!