From: Bob Halley Date: Fri, 12 Jun 2020 20:58:45 +0000 (-0700) Subject: add curio (optional) X-Git-Tag: v2.0.0rc1~112^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d767922a498c8e683bbcaf32175d33c3216b76c9;p=thirdparty%2Fdnspython.git add curio (optional) --- diff --git a/pyproject.toml b/pyproject.toml index b33fe00d..3c6e85b4 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"