1 { lib, buildPythonPackage, fetchPypi, python, mohawk, requests }:
3 buildPythonPackage rec {
4 pname = "requests-hawk";
9 sha256 = "sha256-rZIFBCyUvbFa+qGbB4DhEHeyTZ5c/6wfs9JssIqkNbc=";
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 ];