Commit e898d774 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.ollama: move pydantic toi run-time deps

parent b0f581ff
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -35,11 +35,13 @@ buildPythonPackage rec {

  build-system = [ poetry-core ];

  dependencies = [ httpx ];
  dependencies = [
    httpx
    pydantic
  ];

  nativeCheckInputs = [
    pillow
    pydantic
    pytest-asyncio
    pytest-httpserver
    pytestCheckHook