# HG changeset patch # User Jelmer Vernooij # Date 2014-07-09 00:34:56 # Node ID 0484787f7e4da650a2609948a653bbee9a6b0dae # Parent eccca50a914da8a900054da70a9c21a12f6ac946 Support running with newer versions of Dulwich that are backwards compatible. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ requirements = [ "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",