Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export development dependencies to requirements.txt #6429

Closed
Winand opened this issue Aug 22, 2024 · 2 comments
Closed

Export development dependencies to requirements.txt #6429

Winand opened this issue Aug 22, 2024 · 2 comments
Labels
enhancement New feature or improvement to existing functionality

Comments

@Winand
Copy link

Winand commented Aug 22, 2024

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?

@charliermarsh
Copy link
Member

It doesn't exist yet, but we'll likely add it: #6007

@charliermarsh
Copy link
Member

(I'm gonna combine with that issue.)

@charliermarsh charliermarsh closed this as not planned Won't fix, can't repro, duplicate, stale Aug 22, 2024
@charliermarsh charliermarsh added the enhancement New feature or improvement to existing functionality label Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement to existing functionality
Projects
None yet
Development

No branches or pull requests

2 participants