python3Packages.auth0-python: propagete pyjwt[crypto]

This commit is contained in:
Martin Weinelt 2022-10-05 01:37:53 +02:00 committed by Martin Weinelt
parent 264cd5ab5f
commit 0962181e61

View File

@ -26,7 +26,8 @@ buildPythonPackage rec {
propagatedBuildInputs = [
requests
pyjwt
];
]
++ pyjwt.optional-dependencies.crypto;
checkInputs = [
aiohttp