10 buildPythonPackage rec {
15 inherit pname version;
16 hash = "sha256-33V+PxQfx4Lt4HamBFIRlP/LQPomRc9I5aNwYDB/Uuw=";
19 propagatedBuildInputs = [
23 ] ++ twisted.optional-dependencies.tls;
35 homepage = "https://github.com/twisted/treq";
36 description = "Requests-like API built on top of twisted.web's Agent";
37 license = licenses.mit;
38 maintainers = with maintainers; [ ];