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-12-08 21:31:02 +0300
committerCasey Deccio <casey@deccio.net>2020-12-08 21:31:02 +0300
commit03f1efbcca0faad6a9c3268b1f48478b43748286 (patch)
treefe046ea17481e96ec62974a2139030c4e4276dd2 /setup.py
parent1c165fd067768c665b292969a6f9dbb8290e4e54 (diff)
Update requirements
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 693672e..370ab5e 100644
--- a/setup.py
+++ b/setup.py
@@ -134,9 +134,9 @@ powers the Web-based analysis available at http://dnsviz.net/ .''',
data_files=DOC_FILES + DATA_FILES + MAN_FILES + \
DOC_EXTRA_FILES + JQUERY_UI_FILES + JQUERY_FILES + RAPHAEL_FILES,
requires=[
- 'pygraphviz (>=1.1)',
- 'm2crypto (>=0.24.0)',
- 'dnspython (>=1.11)',
+ 'pygraphviz (>=1.4)',
+ 'm2crypto (>=0.37.0)',
+ 'dnspython (>=1.13)',
],
classifiers=[
'Development Status :: 5 - Production/Stable',