Skip to content

Commit

Permalink
Dependencies: Add extras feature
Browse files Browse the repository at this point in the history
Installs all optional dependencies to the venv.

Signed-off-by: kingbri <[email protected]>
  • Loading branch information
bdashore3 committed Mar 21, 2024
1 parent 51b289c commit 345bcc3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ dependencies = [
"Homepage" = "https://github.com/theroyallab/tabbyAPI"

[project.optional-dependencies]
extras = [
"tokenizers",
"outlines",
"lm-format-enforcer",
]
dev = [
"ruff == 0.3.2"
]
Expand Down

0 comments on commit 345bcc3

Please sign in to comment.