Skip to content

Export development dependencies to requirements.txt #6429

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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