summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2021-11-16 06:29:39 -0800
committerBob Halley <halley@dnspython.org>2021-11-16 06:29:39 -0800
commitda5925a4063c5e7c13d84754a03bed1c5da7f208 (patch)
treef10af12a9ebb2324b6def091f3fdc93900a7ece9 /pyproject.toml
parent33f140540a45bff0acf6693ec8fa7c66cb91cbe0 (diff)
downloaddnspython-da5925a4063c5e7c13d84754a03bed1c5da7f208.tar.gz
incorporate feedback about sessions, optional http1, and http2 availability
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 51bfbae..4c60837 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -50,7 +50,7 @@ wheel = "^0.35.0"
pylint = "^2.7.4"
[tool.poetry.extras]
-doh = ['requests', 'requests-toolbelt']
+doh = ['httpx[http2]', 'requests', 'requests-toolbelt']
idna = ['idna']
dnssec = ['cryptography']
trio = ['trio']