diff options
| author | Bob Halley <halley@dnspython.org> | 2022-10-01 15:24:13 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2022-10-09 14:34:10 -0700 |
| commit | 948d5a6a2b3eb08647acaf2a67df92e9bcc2979a (patch) | |
| tree | b0a423383efbff8a314a09492d45a5de610d92b9 /pyproject.toml | |
| parent | 2fe1a285f883e4b47892e58d6e1affd5b5e95bac (diff) | |
| download | dnspython-948d5a6a2b3eb08647acaf2a67df92e9bcc2979a.tar.gz | |
Initial DoQ support.
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 7c3a312..f3c93ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,8 @@ include = [ { path="tests/*.pickle", format="sdist" }, { path="tests/*.text", format="sdist" }, { path="tests/*.generic", format="sdist" }, + { path="tests/tls/*.crt", format="sdist" }, + { path="tests/tls/*.pem", format="sdist" }, { path="util/**", format="sdist" }, { path="setup.cfg", format="sdist" }, ] @@ -47,6 +49,7 @@ trio = {version=">=0.14,<0.23", optional=true} curio = {version="^1.2", optional=true} sniffio = {version="^1.1", optional=true} wmi = {version="^1.5.1", optional=true} +aioquic = {version="^0.9.20", optional=true} [tool.poetry.dev-dependencies] pytest = ">=5.4.1,<8" @@ -67,6 +70,7 @@ dnssec = ['cryptography'] trio = ['trio'] curio = ['curio', 'sniffio'] wmi = ['wmi'] +doq = ['aioquic'] [build-system] requires = ["poetry-core"] |
