14 buildPythonPackage rec {
19 inherit pname version;
20 sha256 = "1yldvf3585zcwj4vxvfm4yr9wwlz3pa2mx2pazqz8x8mr687gcyb";
23 propagatedBuildInputs = [ brotlipy flask flask-limiter markupsafe decorator itsdangerous raven six ];
29 homepage = "https://github.com/kennethreitz/httpbin";
30 description = "HTTP Request & Response Service";
31 license = licenses.mit;