summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-06-12 14:01:34 -0700
committerBob Halley <halley@dnspython.org>2020-06-12 14:01:34 -0700
commitd701908258b93a6434f4175cc0f8181cbd6cbb53 (patch)
tree9d6d36d53b65f5d552644e64d39ea728afb218ad /pyproject.toml
parent0aef9b6b5ee2894a026b1850caa77855a40075c0 (diff)
downloaddnspython-d701908258b93a6434f4175cc0f8181cbd6cbb53.tar.gz
update extras
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 3c6e85b..ea0626d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,6 +16,7 @@ idna = {version="^2.1", optional=true}
cryptography = {version="^2.6", optional=true}
trio = {version="^0.14", optional=true}
curio = {version="^1.2", optional=true}
+sniffio = {version="^1.1", optional=true}
[tool.poetry.dev-dependencies]
mypy = "^0.770"