Loading pkgs/development/python-modules/weaviate-client/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,10 @@ buildPythonPackage rec { doCheck = false; pythonImportsCheck = [ "weaviate" ]; meta = with lib; { description = "Python native client for easy interaction with a Weaviate instance"; homepage = "https://github.com/weaviate/weaviate-python-client"; Loading Loading
pkgs/development/python-modules/weaviate-client/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,10 @@ buildPythonPackage rec { doCheck = false; pythonImportsCheck = [ "weaviate" ]; meta = with lib; { description = "Python native client for easy interaction with a Weaviate instance"; homepage = "https://github.com/weaviate/weaviate-python-client"; Loading