Skip to content

Commit

Permalink
add extras_require
Browse files Browse the repository at this point in the history
  • Loading branch information
rthalley committed Oct 8, 2016
1 parent fddc22d commit 28c99cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Expand Up @@ -60,6 +60,10 @@
],
'test_suite': 'tests',
'provides': ['dns'],
'extras_require': {
'IDNA': ['idna>=2.1'],
'DNSSEC': ['pycrypto>=2.6.1', 'ecdsa>=0.13'],
},
}

setup(**kwargs)

0 comments on commit 28c99cc

Please sign in to comment.