Poetry export support for omiting markers (poetry export --without-markers) #8840
Closed
2 tasks done
Labels
kind/feature
Feature requests/implementations
Feature Request
There was fearture request to add markers to export:
#1011
And there was pull request that added support for markers but allowed to export without them: poetry export --without-markers
https://github.com/python-poetry/poetry/pull/1233/files
however it was superseded with another PR:
https://github.com/python-poetry/poetry/pull/1277/files
that did not implement this feature.
There is already without-hashes ...
but without-markers is also usable to us (problem with some deps and incorrect markers).
The text was updated successfully, but these errors were encountered: