Exported requirements are broken for git repositories:
poetry add 'git+https://github.com/hbldh/bankkonto'
poetry export --without-hashes -o requirements.txt
pip install -r requirements.txt
gives:
Collecting bankkonto@ git+https://github.com/hbldh/bankkonto@HEAD
Cloning https://github.com/hbldh/bankkonto (to revision HEAD) to /tmp/pip-install-6mm0ux77/bankkonto_ebbff97884e64ad791b34a74e1e1f8ee
Running command git clone --filter=blob:none --quiet https://github.com/hbldh/bankkonto /tmp/pip-install-6mm0ux77/bankkonto_ebbff97884e64ad791b34a74e1e1f8ee
Running command git checkout -b HEAD --track origin/HEAD
fatal: 'HEAD' is not a valid branch name.
error: subprocess-exited-with-error
It works without any problems on poetry 1.1.15.
Exported requirements are broken for git repositories:
gives:
It works without any problems on poetry 1.1.15.