Hi,
no hash is being created in the requirements.txt file when I run poetry export -f requirements.txt. This means pip fails when it reads the file. It's fine, pip actually gives me the hash to insert into the file, however it would be great if Poetry did it in the first place.
Also, what might be good is to have something like a --no-hashes argument for exporting, so that no hashes are added to the requirements file. My understanding is that if pip can't find any hashes at all, it won't complain about missing ones.
Hi,
no hash is being created in the
requirements.txtfile when I runpoetry export -f requirements.txt. This meanspipfails when it reads the file. It's fine,pipactually gives me the hash to insert into the file, however it would be great if Poetry did it in the first place.Also, what might be good is to have something like a
--no-hashesargument for exporting, so that no hashes are added to the requirements file. My understanding is that ifpipcan't find any hashes at all, it won't complain about missing ones.