aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2010-05-21 02:18:54 +0200
committerMarcin Kuzminski <marcin@python-works.com>2010-05-21 02:18:54 +0200
commitca323ddb3669dd922720459f3b572538be7f4dc8 (patch)
treeaa667d4fd2fdf20be5a8480ea6419625ee600139 /setup.py
parent827ea8af29ea26b03f61d0f56c82ec06ee8d4027 (diff)
updated setup dependencies
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index c60d16f6..76d8fddc 100644
--- a/setup.py
+++ b/setup.py
@@ -16,6 +16,8 @@ setup(
"Pylons>=1.0.0",
"SQLAlchemy>=0.6",
"Mako>=0.3.2",
+ "vcs>=0.1.1",
+ "pygments>=1.3.0"
],
setup_requires=["PasteScript>=1.6.3"],
packages=find_packages(exclude=['ez_setup']),