diff setup.py @ 1689:df59c0503636 beta

implements #215 Repository view uses a README (text/markdown + rst)
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 27 Oct 2011 03:26:02 +0200
parents ff41d5f00e28
children 7e0ec636b061
line wrap: on
line diff
--- a/setup.py	Thu Oct 27 03:21:05 2011 +0200
+++ b/setup.py	Thu Oct 27 03:26:02 2011 +0200
@@ -24,7 +24,9 @@
         "python-dateutil>=1.5.0,<2.0.0",
         "dulwich>=0.8.0,<0.9.0",
         "vcs>=0.2.3.dev",
-        "webob==1.0.8"
+        "webob==1.0.8",
+        "markdown==2.0.3",
+        "docutils==0.8.1",
     ]
 
 dependency_links = [