Unverified Commit 070f07bb authored by Dionysis Grigoropoulos's avatar Dionysis Grigoropoulos
Browse files

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.
parent 1217efd7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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