##// 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 1 ## dependencies
2 2
3 3 # our custom configobj
4 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 7 decorator==4.1.2
8 8 dulwich==0.13.0
9 9 hgsubversion==1.9.3
10 10 hg-evolve==9.1.0
11 11 mako==1.1.0
12 12 markupsafe==1.1.1
13 13 mercurial==5.1.1
14 14 msgpack-python==0.5.6
15 15
16 16 pastedeploy==2.1.0
17 17 pyramid==1.10.4
18 18 pyramid-mako==1.1.0
19 19 pygit2==0.28.2
20 20
21 21 repoze.lru==0.7
22 22 redis==3.5.3
23 23 simplejson==3.16.0
24 24 subprocess32==3.5.4
25 25 subvertpy==0.10.1
26 26
27 27 six==1.11.0
28 28 translationstring==1.3
29 29 webob==1.8.5
30 30 zope.deprecation==4.4.0
31 31 zope.interface==4.6.0
32 32
33 33 ## http servers
34 34 gevent==1.5.0
35 35 greenlet==0.4.15
36 36 gunicorn==19.9.0
37 37 waitress==1.3.1
38 38
39 39 ## debug
40 40 ipdb==0.13.2
41 41 ipython==5.1.0
42 42
43 43 ## test related requirements
44 44 -r requirements_test.txt
45 45
46 46 ## uncomment to add the debug libraries
47 47 #-r requirements_debug.txt
General Comments 0
You need to be logged in to leave comments. Login now