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

python312Packages.slither-analyzer: refactor

parent 5dc3b229
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
buildPythonPackage rec {
  pname = "slither-analyzer";
  version = "0.10.1";
  format = "setuptools";
  pyproject = true;

  disabled = pythonOlder "3.8";

@@ -29,13 +29,13 @@ buildPythonPackage rec {

  nativeBuildInputs = [
    makeWrapper
    setuptools
  ];

  propagatedBuildInputs = [
    crytic-compile
    packaging
    prettytable
    setuptools
    web3
  ];