Commit d473d84e authored by Fabian Affolter's avatar Fabian Affolter
Browse files

faraday-cli: refactor

parent 8b3edf41
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
python3.pkgs.buildPythonApplication rec {
  pname = "faraday-cli";
  version = "2.1.10";
  format = "setuptools";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "infobyte";
@@ -15,6 +15,10 @@ python3.pkgs.buildPythonApplication rec {
    hash = "sha256-7Yg2m0xHpBPZ58gJodSYO8vXaxSlr4GK1Lin63WozOE=";
  };

  nativeBuildInputs = with python3.pkgs; [
    setuptools
  ];

  propagatedBuildInputs = with python3.pkgs; [
    arrow
    click