diff setup.py @ 1301:e76833cd555a beta

files: fixes error when passing a diff without parameters and caused server crash adde dulwich dep, to rhodecode to make sure it is installed
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 07 Apr 2011 09:01:11 +0200
parents f7b24987d5fb
children f2ac904f03a6
line wrap: on
line diff
--- a/setup.py	Wed Apr 06 20:35:50 2011 +0200
+++ b/setup.py	Thu Apr 07 09:01:11 2011 +0200
@@ -21,6 +21,7 @@
         "celery>=2.2.5",
         "babel",
         "python-dateutil>=1.5.0,<2.0.0",
+        "dulwich>=0.7.0"
     ]
 
 classifiers = ['Development Status :: 4 - Beta',