From: Bob Halley Date: Wed, 19 Jan 2022 12:59:15 +0000 (-0800) Subject: remove redundant sniffio dependency for trio X-Git-Tag: v2.2.1~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62b0b71692336171dfd9166fe0e003e59732be11;p=thirdparty%2Fdnspython.git remove redundant sniffio dependency for trio (cherry picked from commit 0d68f914e7e69a75626960ac42ed3446760c1352) --- diff --git a/setup.cfg b/setup.cfg index 4f5851c3..20bc10da 100644 --- a/setup.cfg +++ b/setup.cfg @@ -48,7 +48,7 @@ setup_requires = setuptools>=44; wheel; setuptools_scm[toml]>=3.4.3 DOH = httpx>=0.21.1; h2>=4.1.0; requests; requests-toolbelt IDNA = idna>=2.1 DNSSEC = cryptography>=2.6 -trio = trio>=0.14.0; sniffio>=1.1 +trio = trio>=0.14.0 curio = curio>=1.2; sniffio>=1.1 wmi = wmi>=1.5.1