summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2022-01-19 04:59:15 -0800
committerBob Halley <halley@dnspython.org>2022-01-19 04:59:15 -0800
commit0d68f914e7e69a75626960ac42ed3446760c1352 (patch)
treef3f1805bd2e4754729f372d33af828bfe92c51bc
parent7c186aa1edf22cb77f8000c95a2e937813982a04 (diff)
downloaddnspython-0d68f914e7e69a75626960ac42ed3446760c1352.tar.gz
remove redundant sniffio dependency for trio
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 4f5851c..20bc10d 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