Skip to content

Export development dependencies to requirements.txt #6429

@Winand

Description

@Winand

In Poetry I export all the dependencies including the dev ones using the following command:

poetry export --with=dev --format=requirements.txt --without-hashes --output=requirements-dev.txt

I've tried to do the same thing with uv but it doesn't export dev dependencies:

uv pip compile pyproject.toml --universal --no-annotate --no-header -o requirements-dev.txt

Is it somehow possible?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or improvement to existing functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions