11 buildPythonPackage rec {
14 format = "setuptools";
17 inherit pname version;
18 sha256 = "b452a1cafa4d005678f6fa47922a330feb4907d5b4732d1841ca98e89f1362e1";
21 propagatedBuildInputs = [
27 # Require network access
30 nativeCheckInputs = [ unittestCheckHook ];
33 description = "Asynchronous Python HTTP for Humans";
34 homepage = "https://github.com/tardyp/txrequests";
35 license = licenses.asl20;