9 buildPythonPackage rec {
12 format = "setuptools";
15 inherit pname version;
16 hash = "sha256-XDPxQmjfW4+hEH2FN4Fb5v67rW7FYFJNakBLd3jPa6Y=";
22 propagatedBuildInputs = [
28 description = "Asynchronous HTTP requests";
29 homepage = "https://github.com/kennethreitz/grequests";
30 license = with licenses; [ bsd2 ];
31 maintainers = with maintainers; [ matejc ];