aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2010-07-14 12:38:01 +0200
committerMarcin Kuzminski <marcin@python-works.com>2010-07-14 12:38:01 +0200
commitd34db2774f720b3ab701c9014106d6b2e3ac308c (patch)
tree7e5fb45ebce3a72ba90a3967ef62338d36fbc76a /setup.py
parentcd2926f110d3fee751904f267d0c76cc27b457d8 (diff)
updated requirements and readme
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 60e54be2..4d99286a 100644
--- a/setup.py
+++ b/setup.py
@@ -19,9 +19,9 @@ setup(
"Pylons>=1.0.0",
"SQLAlchemy>=0.6",
"Mako>=0.3.2",
- "vcs>=0.1.3",
+ "vcs>=0.1.4",
"pygments>=1.3.0",
- "mercurial>=1.5",
+ "mercurial>=1.6",
"pysqlite"
],
setup_requires=["PasteScript>=1.6.3"],