mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-14 15:57:27 +00:00
Dependencies: Add extras feature
Installs all optional dependencies to the venv. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
@@ -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"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user