diff setup.py @ 246:ca80f8c00562 v0.7.6

Fixed bug in repos, added dependencies and bumped version
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 03 Jun 2010 01:01:36 +0200
parents 782f0692b29c
children d8d471cfa093
line wrap: on
line diff
--- a/setup.py	Thu Jun 03 00:04:48 2010 +0200
+++ b/setup.py	Thu Jun 03 01:01:36 2010 +0200
@@ -18,7 +18,9 @@
         "SQLAlchemy>=0.6",
         "Mako>=0.3.2",
         "vcs>=0.1.2",
-        "pygments>=1.3.0"
+        "pygments>=1.3.0",
+        "mercurial>=1.5",
+        "pysqlite"
     ],
     setup_requires=["PasteScript>=1.6.3"],
     packages=find_packages(exclude=['ez_setup']),