summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/auth0-python
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/auth0-python')
-rw-r--r--pkgs/development/python-modules/auth0-python/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/auth0-python/default.nix b/pkgs/development/python-modules/auth0-python/default.nix
index 4134e6ea24f9..10ad9c5a3015 100644
--- a/pkgs/development/python-modules/auth0-python/default.nix
+++ b/pkgs/development/python-modules/auth0-python/default.nix
@@ -3,6 +3,7 @@
, fetchPypi
, requests
, mock
+, pyjwt
, pytestCheckHook
}:
@@ -17,6 +18,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
requests
+ pyjwt
];
checkInputs = [