faraday-cli: refactor

This commit is contained in:
Fabian Affolter 2024-01-21 23:44:38 +01:00
parent 8b3edf412a
commit d473d84e38

View File

@ -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