seagoat: Fix server startup

Python-dotenv is needed for the server to run properly. Also relax
dependency on ollama since it's a fast moving target.
This commit is contained in:
Dionysis Grigoropoulos
2025-10-14 02:07:08 +03:00
parent 1217efd7bb
commit 070f07bb45
+2
View File
@@ -30,6 +30,7 @@ python3Packages.buildPythonApplication rec {
"chromadb"
"psutil"
"setuptools"
"ollama"
];
dependencies = with python3Packages; [
@@ -46,6 +47,7 @@ python3Packages.buildPythonApplication rec {
ollama
psutil
pygments
python-dotenv
requests
stop-words
waitress