Replies: 1 comment
-
helpful thread: https://discuss.python.org/t/adding-a-non-metadata-installer-only-dev-dependencies-table-to-pyproject-toml |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What problem it solves?
consider currently
rye add --optional=dev black
does the exact same thing asrye add --dev black
or is there any advantage I didn't understand?
Beta Was this translation helpful? Give feedback.
All reactions