python3Packages.auth0-python: fix build, add missing dep
This commit is contained in:
parent
ca39fad301
commit
cc8f0107f3
@ -3,6 +3,7 @@
|
||||
, fetchPypi
|
||||
, requests
|
||||
, mock
|
||||
, pyjwt
|
||||
, pytestCheckHook
|
||||
}:
|
||||
|
||||
@ -17,6 +18,7 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
requests
|
||||
pyjwt
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user