python3Packages.httpx-socks: specify extras-require

main
Robert Schütz 2 years ago committed by Robert Schütz
parent a664572fa6
commit e4eba471d1
  1. 11
      pkgs/development/python-modules/httpx-socks/default.nix

@ -33,15 +33,16 @@ buildPythonPackage rec {
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
async-timeout
curio
httpcore
httpx httpx
httpcore
python-socks python-socks
sniffio
trio
]; ];
passthru.extras-require = {
asyncio = [ async-timeout ];
trio = [ trio ];
};
checkInputs = [ checkInputs = [
flask flask
hypercorn hypercorn

Loading…
Cancel
Save