We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
It doesn't exist yet, but we'll likely add it: #6007
Sorry, something went wrong.
(I'm gonna combine with that issue.)
requirements.txt
uv.lock
No branches or pull requests
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:
Is it somehow possible?
The text was updated successfully, but these errors were encountered: