1 { lib, buildPythonPackage, fetchPypi, python, mohawk, requests }:
3 buildPythonPackage rec {
4 pname = "requests-hawk";
9 sha256 = "4c74bd31b581f6d2b36d575bb537b1f29469509f560f5050339a48195d48929b";
12 propagatedBuildInputs = [ mohawk requests ];
15 description = "Hawk authentication strategy for the requests python library.";
16 homepage = "https://github.com/mozilla-services/requests-hawk";
17 license = licenses.asl20;
18 maintainers = with maintainers; [ austinbutler ];