summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-06-12 13:58:45 -0700
committerBob Halley <halley@dnspython.org>2020-06-12 13:58:45 -0700
commitd767922a498c8e683bbcaf32175d33c3216b76c9 (patch)
tree333fc4e2fab5dc9b9d0822bde45da5501362782e /pyproject.toml
parentd2c99410c24ec50bf9f9c569bc529412b65fbae3 (diff)
downloaddnspython-d767922a498c8e683bbcaf32175d33c3216b76c9.tar.gz
add curio (optional)
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 b33fe00..3c6e85b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -15,6 +15,7 @@ requests = {version="^2.23.0", optional=true}
idna = {version="^2.1", optional=true}
cryptography = {version="^2.6", optional=true}
trio = {version="^0.14", optional=true}
+curio = {version="^1.2", optional=true}
[tool.poetry.dev-dependencies]
mypy = "^0.770"