python3Packages.httpx-socks: specify extras-require

This commit is contained in:
Robert Schütz 2022-05-05 06:23:52 +00:00 committed by Robert Schütz
parent a664572fa6
commit e4eba471d1

View File

@ -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