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