Replies: 1 comment 2 replies
-
|
Thanks for the feedback, and you are right. One aspect to consider though is that not everyone wants to install everything as it could bloat the local env size if there are things that are not needed. Also, it's nice to see what exactly is needed for a certain bonus content. I think that additionally adding those to |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @rasbt,
It might be worth adding a section in the
pyproject.tomlto make it easier to install the extra packages for the bonus materials. Right now, the bonus materials have their ownrequirements-extra.txtfiles spread across subfolders, which can be a bit cumbersome to manage. I think it would be handy to list those extras directly inpyproject.toml, users could pull everything in with a single install command instead of going through each file separately.https://docs.astral.sh/uv/pip/dependencies/
Beta Was this translation helpful? Give feedback.
All reactions