diff setup.py @ 367:ab5d91709af9

updated requirements and readme
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 14 Jul 2010 12:38:01 +0200
parents 674e0085ccc7
children b153a51b1d3b
line wrap: on
line diff
--- a/setup.py	Wed Jul 14 12:31:11 2010 +0200
+++ b/setup.py	Wed Jul 14 12:38:01 2010 +0200
@@ -19,9 +19,9 @@
         "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"],