Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dnsviz/dnsviz.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasey Deccio <casey@deccio.net>2020-11-20 09:14:46 +0300
committerCasey Deccio <casey@deccio.net>2020-11-20 09:14:46 +0300
commitecd82562a7cb7c051dcf171f6c0816e20e6b499c (patch)
tree91464a04b2e4df786d3fbdea1e50c4ac6043ed57 /setup.py
parent375941d1f2c5cb3ad5ae76138cf9887971b611cf (diff)
Don't require libnacl
But also don't require the newest version of M2Crypto, just yet.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e875a88..693672e 100644
--- a/setup.py
+++ b/setup.py
@@ -137,7 +137,6 @@ powers the Web-based analysis available at http://dnsviz.net/ .''',
'pygraphviz (>=1.1)',
'm2crypto (>=0.24.0)',
'dnspython (>=1.11)',
- 'libnacl',
],
classifiers=[
'Development Status :: 5 - Production/Stable',