Dependencies: Add extras feature

Installs all optional dependencies to the venv.

Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
kingbri
2024-03-21 00:02:13 -04:00
parent 51b289cab2
commit 345bcc30c7

View File

@@ -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"
]