Commit 7efb1fe2 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.clarifai: refac tor

parent 609fb164
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -45,10 +45,13 @@ buildPythonPackage rec {
  ];

  build-system = [
    pythonRelaxDepsHook
    setuptools
  ];

  nativeBuildInputs = [
    pythonRelaxDepsHook
  ];

  dependencies = [
    clarifai-grpc
    inquirerpy