changeset 4251:0484787f7e4d

Support running with newer versions of Dulwich that are backwards compatible.
author Jelmer Vernooij <jelmer@samba.org>
date Wed, 09 Jul 2014 00:34:56 +0200
parents eccca50a914d
children 802d39875de6
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Sun Jul 06 21:34:22 2014 -0400
+++ b/setup.py	Wed Jul 09 00:34:56 2014 +0200
@@ -48,7 +48,7 @@
     "celery>=2.2.5,<2.3",
     "babel==0.9.6",
     "python-dateutil>=1.5.0,<2.0.0",
-    "dulwich==0.9.3",
+    "dulwich>=0.9.3,<=0.9.7",
     "markdown==2.2.1",
     "docutils==0.8.1",
     "simplejson==2.5.2",