##// END OF EJS Templates
frozen version of python dateutil since series 2.X are not python 2.X compatible
marcink -
r1177:b3f48216 beta
parent child Browse files
Show More
@@ -14,10 +14,11 b' requirements = ['
14 "Mako>=0.4.0",
14 "Mako>=0.4.0",
15 "vcs>=0.2.0",
15 "vcs>=0.2.0",
16 "pygments>=1.4",
16 "pygments>=1.4",
17 "mercurial>=1.7.5",
17 "mercurial>=1.8.1",
18 "whoosh>=1.3.4",
18 "whoosh>=1.8.0",
19 "celery>=2.2.4",
19 "celery>=2.2.4",
20 "babel",
20 "babel",
21 "python-dateutil<=2.0",
21 ]
22 ]
22
23
23 classifiers = ['Development Status :: 4 - Beta',
24 classifiers = ['Development Status :: 4 - Beta',
General Comments 0
You need to be logged in to leave comments. Login now