7 buildPythonPackage rec {
8 pname = "types-requests";
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "sha256-vpAHr/sX8KCbtI532xi7bgvp+CYJx48drm2zAlnXIdY=";
17 propagatedBuildInputs = [
21 # Module doesn't have tests
24 pythonImportsCheck = [
29 description = "Typing stubs for requests";
30 homepage = "https://github.com/python/typeshed";
31 license = licenses.asl20;
32 maintainers = with maintainers; [ fab ];