diff options
| author | Romuald Brunet <romuald@gandi.net> | 2018-12-11 14:50:18 +0100 |
|---|---|---|
| committer | Tomas Krizek <tomas.krizek@nic.cz> | 2019-01-02 15:21:58 +0100 |
| commit | 8eb23828604dc0837cb10b8af83de2be3d24fb2f (patch) | |
| tree | e827d0cd9c0ab3791ffb90d6589f144147014053 /setup.py | |
| parent | da0a2157ddeaece28d339e822aa4cef62e44bc88 (diff) | |
| download | dnspython-8eb23828604dc0837cb10b8af83de2be3d24fb2f.tar.gz | |
Fix missing test dependency for python 2.7 / 3.4
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -71,6 +71,7 @@ direct manipulation of DNS zones, messages, names, and records.""", 'python_requires': '>=3.4', 'test_suite': 'tests', 'provides': ['dns'], + 'tests_require': ['typing ; python_version<"3.5"'], 'extras_require': { 'IDNA': ['idna>=2.1'], 'DNSSEC': ['pycryptodome', 'ecdsa>=0.13'], |
