From f7ade48f43645acd2f437ba86b816dabee27a5a3 Mon Sep 17 00:00:00 2001 From: Mariko Wakabayashi Date: Sat, 24 Apr 2021 16:34:08 -0600 Subject: [PATCH] Add missing comma to semver range --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 47ae6183af..e1702046ba 100644 --- a/setup.cfg +++ b/setup.cfg @@ -42,7 +42,7 @@ install_requires = terminado>=0.8.3 prometheus_client pywin32>=1.0 ; sys_platform == 'win32' - anyio>=3.0<4 + anyio>=3.0,<4 [options.extras_require] test = coverage; pytest; pytest-cov; pytest-mock; requests; pytest-tornasync; pytest-console-scripts; ipykernel