##// END OF EJS Templates
bumped requirements for dulwich and mako
marcink -
r2179:93f641f4 beta
parent child Browse files
Show More
@@ -3,15 +3,15 b' Beaker==1.6.3'
3 WebHelpers==1.3
3 WebHelpers==1.3
4 formencode==1.2.4
4 formencode==1.2.4
5 SQLAlchemy==0.7.6
5 SQLAlchemy==0.7.6
6 Mako==0.6.2
6 Mako==0.7.0
7 pygments>=1.4
7 pygments>=1.4
8 whoosh>=2.3.0,<2.4
8 whoosh>=2.3.0,<2.4
9 celery>=2.2.5,<2.3
9 celery>=2.2.5,<2.3
10 babel
10 babel
11 python-dateutil>=1.5.0,<2.0.0
11 python-dateutil>=1.5.0,<2.0.0
12 https://github.com/jelmer/dulwich/tarball/master
12 dulwich>=0.8.5,<0.9.0
13 webob==1.0.8
13 webob==1.0.8
14 markdown==2.1.1
14 markdown==2.1.1
15 docutils==0.8.1
15 docutils==0.8.1
16 py-bcrypt
16 py-bcrypt
17 mercurial>=2.1,<2.2
17 mercurial>=2.1,<2.2 No newline at end of file
@@ -52,13 +52,13 b' requirements = ['
52 "WebHelpers==1.3",
52 "WebHelpers==1.3",
53 "formencode==1.2.4",
53 "formencode==1.2.4",
54 "SQLAlchemy==0.7.6",
54 "SQLAlchemy==0.7.6",
55 "Mako==0.6.2",
55 "Mako==0.7.0",
56 "pygments>=1.4",
56 "pygments>=1.4",
57 "whoosh>=2.3.0,<2.4",
57 "whoosh>=2.3.0,<2.4",
58 "celery>=2.2.5,<2.3",
58 "celery>=2.2.5,<2.3",
59 "babel",
59 "babel",
60 "python-dateutil>=1.5.0,<2.0.0",
60 "python-dateutil>=1.5.0,<2.0.0",
61 "dulwich>=0.8.4,<0.9.0",
61 "dulwich>=0.8.5,<0.9.0",
62 "webob==1.0.8",
62 "webob==1.0.8",
63 "markdown==2.1.1",
63 "markdown==2.1.1",
64 "docutils==0.8.1",
64 "docutils==0.8.1",
General Comments 0
You need to be logged in to leave comments. Login now