diff --git a/nix/client.nix b/nix/client.nix index 351fd08a..be8e2fc7 100644 --- a/nix/client.nix +++ b/nix/client.nix @@ -1,6 +1,7 @@ { buildPythonPackage, poetry-core, + aiohttp, huggingface-hub, pydantic, }: @@ -15,6 +16,7 @@ buildPythonPackage { build-system = [ poetry-core ]; dependencies = [ + aiohttp huggingface-hub pydantic ];