diff options
| author | Bob Halley <halley@dnspython.org> | 2020-05-19 05:32:33 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2020-05-19 05:32:33 -0700 |
| commit | f699f9cc6d6c8a57da5ac9b21acc68e8a63e0efb (patch) | |
| tree | 34b71b9e26758288d93cc9618466d07226007a09 /setup.py | |
| parent | bf4c6c653961121cd3a5ec0c9ff0956357d11e7e (diff) | |
| download | dnspython-f699f9cc6d6c8a57da5ac9b21acc68e8a63e0efb.tar.gz | |
add trio to extras
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |
