Changeset - b3f48216e55e
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 15 years ago 2011-03-27 01:34:14
marcin@python-works.com
frozen version of python dateutil since series 2.X are not python 2.X compatible
1 file changed with 3 insertions and 2 deletions:
0 comments (0 inline, 0 general)
setup.py
Show inline comments
 
@@ -11,16 +11,17 @@ requirements = [
 
        "Pylons==1.0.0",
 
        "WebHelpers>=1.2",
 
        "SQLAlchemy>=0.6.6",
 
        "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',
 
               'Environment :: Web Environment',
 
               'Framework :: Pylons',
 
               'Intended Audience :: Developers',
0 comments (0 inline, 0 general)