##// END OF EJS Templates
dependencies: freeze jinja2 to 2.9.6 version.
marcink -
r367:d1c890b5 default
parent child Browse files
Show More
@@ -1,40 +1,41 b''
1 ## core
1 ## core
2 setuptools==30.1.0
2 setuptools==30.1.0
3
3
4 Beaker==1.9.0
4 Beaker==1.9.0
5 configobj==5.0.6
5 configobj==5.0.6
6 decorator==4.1.2
6 decorator==4.1.2
7 dulwich==0.13.0
7 dulwich==0.13.0
8 hgsubversion==1.9.0
8 hgsubversion==1.9.0
9 hg-evolve==7.0.1
9 hg-evolve==7.0.1
10 infrae.cache==1.0.1
10 infrae.cache==1.0.1
11 mercurial==4.4.2
11 mercurial==4.4.2
12 msgpack-python==0.4.8
12 msgpack-python==0.4.8
13 pyramid-jinja2==2.7
13 pyramid-jinja2==2.7
14 Jinja2==2.9.6
14 pyramid==1.9.1
15 pyramid==1.9.1
15 pyramid-mako==1.0.2
16 pyramid-mako==1.0.2
16 repoze.lru==0.7
17 repoze.lru==0.7
17 simplejson==3.11.1
18 simplejson==3.11.1
18 subprocess32==3.2.7
19 subprocess32==3.2.7
19
20
20 subvertpy==0.10.1
21 subvertpy==0.10.1
21
22
22 six==1.11.0
23 six==1.11.0
23 translationstring==1.3
24 translationstring==1.3
24 WebOb==1.7.4
25 WebOb==1.7.4
25 wheel==0.29.0
26 wheel==0.29.0
26 zope.deprecation==4.1.2
27 zope.deprecation==4.1.2
27 zope.interface==4.1.3
28 zope.interface==4.1.3
28
29
29 ## http servers
30 ## http servers
30 gevent==1.2.2
31 gevent==1.2.2
31 greenlet==0.4.12
32 greenlet==0.4.12
32 gunicorn==19.7.1
33 gunicorn==19.7.1
33 waitress==1.1.0
34 waitress==1.1.0
34
35
35 ## debug
36 ## debug
36 ipdb==0.10.3
37 ipdb==0.10.3
37 ipython==5.1.0
38 ipython==5.1.0
38
39
39 ## test related requirements
40 ## test related requirements
40 -r requirements_test.txt
41 -r requirements_test.txt
General Comments 0
You need to be logged in to leave comments. Login now