summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-05-19 05:32:33 -0700
committerBob Halley <halley@dnspython.org>2020-05-19 05:32:33 -0700
commitf699f9cc6d6c8a57da5ac9b21acc68e8a63e0efb (patch)
tree34b71b9e26758288d93cc9618466d07226007a09 /setup.py
parentbf4c6c653961121cd3a5ec0c9ff0956357d11e7e (diff)
downloaddnspython-f699f9cc6d6c8a57da5ac9b21acc68e8a63e0efb.tar.gz
add trio to extras
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index b029b0f..70c64e6 100755
--- a/setup.py
+++ b/setup.py
@@ -74,6 +74,7 @@ direct manipulation of DNS zones, messages, names, and records.""",
'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,