Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
marius-baseten committed Oct 28, 2024
1 parent 0c853ff commit e59b130
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e59b130

Please sign in to comment.