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>2019-01-24 22:37:42 +0300
committerCasey Deccio <casey@deccio.net>2019-01-24 22:37:42 +0300
commit43a5b58deb78bf21bb9321077ea732fd96f4e671 (patch)
tree17f944e671351ea2b3439d076f7e5e3dc025df5b /setup.py
parentdbe2639e7e7895be69532f3c33de03611deaf2d1 (diff)
Update dependencies in setup.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5dee868..b4bf210 100644
--- a/setup.py
+++ b/setup.py
@@ -135,6 +135,7 @@ 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',
@@ -146,7 +147,6 @@ powers the Web-based analysis available at http://dnsviz.net/ .''',
'Natural Language :: English',
'Operating System :: MacOS :: MacOS X',
'Operating System :: POSIX',
- 'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Topic :: Internet :: Name Service (DNS)',