python3Packages.returns: remove curio dependency

curio is not supported by anyio anymore as of v4
This commit is contained in:
Peder Bergebakken Sundt
2025-08-25 19:10:50 +02:00
parent fe9914fc76
commit f220a3ee98
@@ -2,7 +2,6 @@
lib,
anyio,
buildPythonPackage,
curio,
fetchFromGitHub,
httpx,
hypothesis,
@@ -42,7 +41,6 @@ buildPythonPackage rec {
nativeCheckInputs = [
anyio
curio
httpx
hypothesis
pytestCheckHook