Replies: 1 comment 4 replies
-
Dependency groups are dev dependencies, if you want to include those in the wheel, they should be your main dependencies. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a pyproject.toml with a few dependency groups. It works like a charm with poetry install, but when I want to create .whl out of a environment it keeps inside only "main" dependencies - not optional ones. Any idea how to handle it? I don't want to keep several .toml files.
Example of pytproject.toml:
Beta Was this translation helpful? Give feedback.
All reactions