# HG changeset patch # User Marcin Kuzminski # Date 2011-03-27 00:34:14 # Node ID b3f48216e55eca598ad026b1fbd4f0dafcfb3568 # Parent 8c0a57a4b89beec9617866dd76c7a85d2ee626a4 frozen version of python dateutil since series 2.X are not python 2.X compatible diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -14,10 +14,11 @@ requirements = [ "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',