poetry-plugin-export icon indicating copy to clipboard operation
poetry-plugin-export copied to clipboard

Feature: Added a flag to generate requirements.txt without markers

Open sealonohana opened this issue 8 months ago • 2 comments

The PR adds a --without-markers flag to the poetry export command. It tells Poetry to leave out all environment markers from the generated requirements.txt.

We ran into repeated issues where certain tools or build steps would choke on these markers—especially in CI environments that don’t process them correctly.

The goal here is simple: export a clean, unconditional list of packages that works everywhere, without surprises. It’s not a replacement for markers when they’re needed, but for cases where you explicitly don’t want them, this makes the export process a lot more reliable and predictable.

sealonohana avatar Apr 23 '25 15:04 sealonohana