python3Packages.auth0-python: fix build, add missing dep

This commit is contained in:
Jonathan Ringer 2021-06-19 14:31:56 -07:00 committed by Martin Weinelt
parent ca39fad301
commit cc8f0107f3

View File

@ -3,6 +3,7 @@
, fetchPypi , fetchPypi
, requests , requests
, mock , mock
, pyjwt
, pytestCheckHook , pytestCheckHook
}: }:
@ -17,6 +18,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ propagatedBuildInputs = [
requests requests
pyjwt
]; ];
checkInputs = [ checkInputs = [