Skip to content

Commit

Permalink
add trio to extras
Browse files Browse the repository at this point in the history
  • Loading branch information
rthalley committed May 19, 2020
1 parent bf4c6c6 commit f699f9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ requests-toolbelt = {version="^0.9.1", optional=true}
requests = {version="^2.23.0", optional=true}
idna = {version="^2.1", optional=true}
cryptography = {version="^2.6", optional=true}
trio = {version="^0.14.0", optional=true}

[tool.poetry.dev-dependencies]
mypy = "^0.770"
Expand All @@ -25,6 +26,7 @@ sphinx = "^3.0.0"
doh = ['requests', 'requests-toolbelt']
idna = ['idna']
dnssec = ['cryptography']
trio = ['trio']

[build-system]
requires = ["poetry>=0.12"]
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
'DOH': ['requests', 'requests-toolbelt'],
'IDNA': ['idna>=2.1'],
'DNSSEC': ['cryptography>=2.6'],
'trio': ['trio>=0.14.0'],
},
'ext_modules': ext_modules if compile_cython else None,
'zip_safe': False if compile_cython else None,
Expand Down

0 comments on commit f699f9c

Please sign in to comment.