# HG changeset patch # User Andrew Shadura # Date 1484423808 -3600 # Node ID d1d9d249846baeb8c94f6264217fa5f9f56370da # Parent d0f6bd6190c80c299cc6c699f2cda973633cbcae 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. diff -r d0f6bd6190c8 -r d1d9d249846b setup.py --- 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",