aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
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 6b2246a7..136ae190 100644
--- a/setup.py
+++ b/setup.py
@@ -43,7 +43,7 @@ dev_deps = {
"pathod>=%s, <%s" % (version.MINORVERSION, version.NEXT_MINORVERSION),
"sphinx>=1.3.1",
"sphinx-autobuild>=0.5.2",
- "sphinxcontrib-documentedlist>=0.1",
+ "sphinxcontrib-documentedlist>=0.2",
}
# Add *all* script dependencies to developer dependencies.
for script_deps in scripts.values():