python3Packages.returns: remove curio dependency

curio is not supported by anyio anymore as of v4

Changed files
-2
pkgs
development
python-modules
returns
-2
pkgs/development/python-modules/returns/default.nix
···
lib,
anyio,
buildPythonPackage,
-
curio,
fetchFromGitHub,
httpx,
hypothesis,
···
nativeCheckInputs = [
anyio
-
curio
httpx
hypothesis
pytestCheckHook