]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
remove redundant sniffio dependency for trio
authorBob Halley <halley@dnspython.org>
Wed, 19 Jan 2022 12:59:15 +0000 (04:59 -0800)
committerBob Halley <halley@play-bow.org>
Mon, 24 Jan 2022 21:16:30 +0000 (13:16 -0800)
(cherry picked from commit 0d68f914e7e69a75626960ac42ed3446760c1352)

setup.cfg

index 4f5851c3b497cc5e832402df84aae9812b419721..20bc10dae671b3b213e9dad58001ca8689ef7a82 100644 (file)
--- 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