From e1a4f2e45fb70678988345e2b903ced09e955a4e Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Wed, 5 Jan 2022 10:04:49 +0000 Subject: [PATCH] Drop 'curio' from requirements, since we don't anyways support it now. --- requirements.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index bd5bae437..5f28ac4d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,8 +3,6 @@ # Optionals trio==0.19.0 trio-typing==0.5.1 -curio==1.4; python_version < '3.7' -curio==1.5; python_version >= '3.7' # Docs mkdocs==1.2.3