diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
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'] |