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 = [
async-timeout
curio
httpcore
httpx
httpcore
python-socks
sniffio
trio
];
passthru.extras-require = {
asyncio = [ async-timeout ];
trio = [ trio ];
};
checkInputs = [
flask
hypercorn

Loading…
Cancel
Save