changeset 6458:d1d9d249846b

setup: don't constrain docutils version Docutils maintains stable interface, and seems to be developed at slow enough pace, so we can drop the upped version restriction.
author Andrew Shadura <andrew@shadura.me>
date Sat, 14 Jan 2017 20:56:48 +0100
parents d0f6bd6190c8
children 175813f77851
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Thu Jul 28 16:34:49 2016 +0200
+++ b/setup.py	Sat Jan 14 20:56:48 2017 +0100
@@ -51,7 +51,7 @@
     "babel>=0.9.6,<=1.3",
     "python-dateutil>=1.5.0,<2.0.0",
     "markdown==2.2.1",
-    "docutils>=0.8.1,<=0.11",
+    "docutils>=0.8.1",
     "URLObject==2.3.4",
     "Routes==1.13",
     "dulwich>=0.14.1",