From e59b1305795aae8f934292d924fd54c4b2e0869a Mon Sep 17 00:00:00 2001 From: "marius.baseten" Date: Mon, 28 Oct 2024 09:01:02 -0700 Subject: [PATCH] WIP --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index cd09642bc..27836abd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,6 +33,12 @@ truss = 'truss.cli:truss_cli' "Baseten" = "https://baseten.co" +#* Groups are labels for organzigin stuff, all will be resolved and *installed* by default by poetry. +#* But a group can be delcared optional. install `--with {group_name}` +#* But non-main deps are only installed by poetry, not by pip -> use `extras`. +#* `extras` only make sense for optional deps and non-main groups, install `--extras {name}` or `--all-extras`} +#* Dependencies listed in dependency groups cannot be specified as extras. + [tool.poetry.dependencies] # "base" dependencies. python = ">=3.8,<3.13"