aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-08-06 21:38:37 +0200
committerFuwn <[email protected]>2025-08-06 21:38:43 +0200
commitf4b2cf41909c5c5ed87e3a206ada000b7560467f (patch)
tree98166e734a80044a42d00cd35497cabd758f70a6 /pyproject.toml
parentfeat(umapyai): Match web UI source display behaviour in CLI (diff)
downloadumapyai-f4b2cf41909c5c5ed87e3a206ada000b7560467f.tar.xz
umapyai-f4b2cf41909c5c5ed87e3a206ada000b7560467f.zip
feat(umapyai): Switch to ollama library calls
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index d378722..d14954d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -14,6 +14,8 @@ dependencies = [
"flask-cors>=6.0.1",
"flask-sock>=0.7.0",
"spacy>=3.8.7",
+ "ollama>=0.5.2",
+ "en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0-py3-none-any.whl",
]
readme = "README.md"
requires-python = ">= 3.8"