-
Notifications
You must be signed in to change notification settings - Fork 56
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
(🎁) poetry export
should have an --all
option
#45
Labels
enhancement
New feature or request
Comments
poetry export
should have an --all
optionpoetry export
should have an --all
option
related: python-poetry/poetry#2548 |
This would help tools like Nox constrain environments that it creates based on Poetry lock files: |
2 tasks
4 tasks
Any news on that ? I have the same issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Request
poetry export --dev -E x -E y -E z
# oops, I forgot to add my new extraPlease add a
poetry export --all
Use case be like, I want to run
safety
on all my external dependencies.The text was updated successfully, but these errors were encountered: