Unverified Commit e3406e2a authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.prisma: refactor

parent 46decb5d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,11 +29,11 @@ buildPythonPackage rec {
    hash = "sha256-j9HJZTt4VTq29Q+nynYmRWKx02GVdyA+iZzxZwspXn8=";
  };

  nativeBuildInputs = [
  build-system = [
    setuptools
  ];

  propagatedBuildInputs = [
  dependencies = [
    click
    httpx
    jinja2