changeset 1177:b3f48216e55e beta

frozen version of python dateutil since series 2.X are not python 2.X compatible
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 27 Mar 2011 01:34:14 +0100
parents 8c0a57a4b89b
children f128465845c0
files setup.py
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Sun Mar 27 00:23:44 2011 +0100
+++ b/setup.py	Sun Mar 27 01:34:14 2011 +0100
@@ -14,10 +14,11 @@
         "Mako>=0.4.0",
         "vcs>=0.2.0",
         "pygments>=1.4",
-        "mercurial>=1.7.5",
-        "whoosh>=1.3.4",
+        "mercurial>=1.8.1",
+        "whoosh>=1.8.0",
         "celery>=2.2.4",
         "babel",
+        "python-dateutil<=2.0",
     ]
 
 classifiers = ['Development Status :: 4 - Beta',