From 066aeb1b19328ffc160e4c62f7ab4a5d0e4b22fd Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Fri, 5 Feb 2016 23:29:13 +0100 Subject: [PATCH] update dependencies --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 539df3b55..571e4eab6 100644 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ setup( "pathod>={}, <{}".format(version.MINORVERSION, version.NEXT_MINORVERSION), "sphinx>=1.3.5, <1.4", "sphinx-autobuild>=0.5.2, <0.6", - "sphinxcontrib-documentedlist>=0.2.0, <0.3" + "sphinxcontrib-documentedlist>=0.3.0, <0.4" ], 'contentviews': [ "pyamf>=0.7.2, <0.8",