##// END OF EJS Templates
packages: pin dogpile.cache to 0.9.0 for compat with current version
super-admin -
r1011:31da2c88 default
parent child Browse files
Show More
@@ -1,47 +1,47 b''
1 ## dependencies
1 ## dependencies
2
2
3 # our custom configobj
3 # our custom configobj
4 https://code.rhodecode.com/upstream/configobj/artifacts/download/0-012de99a-b1e1-4f64-a5c0-07a98a41b324.tar.gz?md5=6a513f51fe04b2c18cf84c1395a7c626#egg=configobj==5.0.6
4 https://code.rhodecode.com/upstream/configobj/artifacts/download/0-012de99a-b1e1-4f64-a5c0-07a98a41b324.tar.gz?md5=6a513f51fe04b2c18cf84c1395a7c626#egg=configobj==5.0.6
5
5
6 dogpile.cache==0.9.2
6 dogpile.cache==0.9.0
7 decorator==4.1.2
7 decorator==4.1.2
8 dulwich==0.13.0
8 dulwich==0.13.0
9 hgsubversion==1.9.3
9 hgsubversion==1.9.3
10 hg-evolve==9.1.0
10 hg-evolve==9.1.0
11 mako==1.1.0
11 mako==1.1.0
12 markupsafe==1.1.1
12 markupsafe==1.1.1
13 mercurial==5.1.1
13 mercurial==5.1.1
14 msgpack-python==0.5.6
14 msgpack-python==0.5.6
15
15
16 pastedeploy==2.1.0
16 pastedeploy==2.1.0
17 pyramid==1.10.4
17 pyramid==1.10.4
18 pyramid-mako==1.1.0
18 pyramid-mako==1.1.0
19 pygit2==0.28.2
19 pygit2==0.28.2
20
20
21 repoze.lru==0.7
21 repoze.lru==0.7
22 redis==3.5.3
22 redis==3.5.3
23 simplejson==3.16.0
23 simplejson==3.16.0
24 subprocess32==3.5.4
24 subprocess32==3.5.4
25 subvertpy==0.10.1
25 subvertpy==0.10.1
26
26
27 six==1.11.0
27 six==1.11.0
28 translationstring==1.3
28 translationstring==1.3
29 webob==1.8.5
29 webob==1.8.5
30 zope.deprecation==4.4.0
30 zope.deprecation==4.4.0
31 zope.interface==4.6.0
31 zope.interface==4.6.0
32
32
33 ## http servers
33 ## http servers
34 gevent==1.5.0
34 gevent==1.5.0
35 greenlet==0.4.15
35 greenlet==0.4.15
36 gunicorn==19.9.0
36 gunicorn==19.9.0
37 waitress==1.3.1
37 waitress==1.3.1
38
38
39 ## debug
39 ## debug
40 ipdb==0.13.2
40 ipdb==0.13.2
41 ipython==5.1.0
41 ipython==5.1.0
42
42
43 ## test related requirements
43 ## test related requirements
44 -r requirements_test.txt
44 -r requirements_test.txt
45
45
46 ## uncomment to add the debug libraries
46 ## uncomment to add the debug libraries
47 #-r requirements_debug.txt
47 #-r requirements_debug.txt
General Comments 0
You need to be logged in to leave comments. Login now