aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2011-10-17 01:10:53 +0200
committerMarcin Kuzminski <marcin@python-works.com>2011-10-17 01:10:53 +0200
commitbbc255d1853787671ae9f7eb2f35e22d95639d6a (patch)
tree661d47b71b6949e93db1e90854242b27731f1590 /setup.py
parent85833d8075235af33266497a3fa8610858b8a312 (diff)
parent56bc57e21a53d79ac42f1e70fccf3e2ab8a516f6 (diff)
Merge with 5539b0eb2cfc023c7f91d6769352d0fbd79d3a90
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index cea3611b..ee2ea487 100644
--- 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"
]