python3.pkgs.pytenable: audit and propagate dependencies

This commit is contained in:
Theodore Ni
2023-08-18 22:40:09 -07:00
parent 1133438e97
commit 07b9eee14b
@@ -1,5 +1,4 @@
{ lib
, appdirs
, buildPythonPackage
, defusedxml
, fetchFromGitHub
@@ -33,26 +32,22 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [
semver
];
buildInputs = [
appdirs
defusedxml
marshmallow
python-box
python-dateutil
requests
requests-pkcs12
restfly
semver
typing-extensions
];
nativeCheckInputs = [
responses
pytest-datafiles
pytest-vcr
pytestCheckHook
requests-pkcs12
responses
];
disabledTests = [