# HG changeset patch # User Marcin Kuzminski # Date 2011-10-16 23:10:53 # Node ID ba2205d093dcfe20a2514241a1916f631d4a7121 # Parent 752b0a7b76798cf826a6257606fecc48c896173c # Parent 5539b0eb2cfc023c7f91d6769352d0fbd79d3a90 Merge with 5539b0eb2cfc023c7f91d6769352d0fbd79d3a90 diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ requirements = [ "celery>=2.2.5,<2.3", "babel", "python-dateutil>=1.5.0,<2.0.0", - "dulwich>=0.8.0", + "dulwich>=0.8.0,<0.9.0", "vcs==0.2.2", "webob==1.0.8" ]