Changeset - 0484787f7e4d
[Not reviewed]
default
0 1 0
Jelmer Vernooij - 11 years ago 2014-07-09 00:34:56
jelmer@samba.org
Support running with newer versions of Dulwich that are backwards compatible.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
setup.py
Show inline comments
 
@@ -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",
0 comments (0 inline, 0 general)