10 buildPythonPackage rec {
15 inherit pname version;
16 sha256 = "b452a1cafa4d005678f6fa47922a330feb4907d5b4732d1841ca98e89f1362e1";
19 propagatedBuildInputs = [ twisted requests cryptography ];
21 # Require network access
25 ${python.interpreter} -m unittest discover
29 description = "Asynchronous Python HTTP for Humans.";
30 homepage = "https://github.com/tardyp/txrequests";
31 license = licenses.asl20;
32 maintainers = with maintainers; [ nand0p ];