Mercurial > public > src > rhodecode
changeset 1265:01f37a734fdf beta
update setup.py and frozen dateutils
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Tue, 29 Mar 2011 00:11:18 +0200 |
parents | 08d77411c881 |
children | a4e1b955fe07 |
files | setup.py |
diffstat | 1 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Mon Mar 28 23:47:12 2011 +0200 +++ b/setup.py Tue Mar 29 00:11:18 2011 +0200 @@ -16,9 +16,9 @@ "pygments>=1.4", "mercurial>=1.8.1", "whoosh>=1.8.0", - "celery>=2.2.4", + "celery>=2.2.5", "babel", - "python-dateutil<=2.0", + "python-dateutil>=1.5.0,<2.0.0", ] classifiers = ['Development Status :: 4 - Beta', @@ -27,7 +27,10 @@ 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent', - 'Programming Language :: Python', ] + 'Programming Language :: Python', + 'Programming Language :: Python :: 2.5', + 'Programming Language :: Python :: 2.6', + 'Programming Language :: Python :: 2.7', ] if py_version < (2, 6): requirements.append("simplejson")