1 { lib, buildPythonPackage, fetchPypi,
2 future, pycryptodomex, pytest, requests, six
5 buildPythonPackage rec {
10 description = "Implementation of JWT, JWS, JWE and JWK";
11 homepage = "https://github.com/rohe/pyjwkest";
12 license = lib.licenses.asl20;
16 inherit pname version;
17 sha256 = "5560fd5ba08655f29ff6ad1df1e15dc05abc9d976fcbcec8d2b5167f49b70222";
20 buildInputs = [ pytest ];
21 propagatedBuildInputs = [ future pycryptodomex requests six ];