##// END OF EJS Templates
packages: remove dogpile.core as it's a deprecated library
super-admin -
r1009:6aea6962 default
parent child Browse files
Show More
@@ -1,48 +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.0
7 dogpile.core==0.4.1
6 dogpile.cache==0.9.2
8 7 decorator==4.1.2
9 8 dulwich==0.13.0
10 9 hgsubversion==1.9.3
11 10 hg-evolve==9.1.0
12 11 mako==1.1.0
13 12 markupsafe==1.1.1
14 13 mercurial==5.1.1
15 14 msgpack-python==0.5.6
16 15
17 16 pastedeploy==2.1.0
18 17 pyramid==1.10.4
19 18 pyramid-mako==1.1.0
20 19 pygit2==0.28.2
21 20
22 21 repoze.lru==0.7
23 22 redis==3.5.3
24 23 simplejson==3.16.0
25 24 subprocess32==3.5.4
26 25 subvertpy==0.10.1
27 26
28 27 six==1.11.0
29 28 translationstring==1.3
30 29 webob==1.8.5
31 30 zope.deprecation==4.4.0
32 31 zope.interface==4.6.0
33 32
34 33 ## http servers
35 34 gevent==1.5.0
36 35 greenlet==0.4.15
37 36 gunicorn==19.9.0
38 37 waitress==1.3.1
39 38
40 39 ## debug
41 40 ipdb==0.13.2
42 41 ipython==5.1.0
43 42
44 43 ## test related requirements
45 44 -r requirements_test.txt
46 45
47 46 ## uncomment to add the debug libraries
48 47 #-r requirements_debug.txt
General Comments 0
You need to be logged in to leave comments. Login now