python312Packages.ollama: move pydantic toi run-time deps

This commit is contained in:
Fabian Affolter
2024-12-31 12:37:59 +01:00
parent b0f581ff9a
commit e898d77440
@@ -35,11 +35,13 @@ buildPythonPackage rec {
build-system = [ poetry-core ];
dependencies = [ httpx ];
dependencies = [
httpx
pydantic
];
nativeCheckInputs = [
pillow
pydantic
pytest-asyncio
pytest-httpserver
pytestCheckHook