##// END OF EJS Templates
debug: added optional libraries for tracking leaks
marcink -
r748:9b226112 default
parent child Browse files
Show More
@@ -0,0 +1,8 b''
1 ## special libraries we could extend the requirements.txt file with to add some
2 ## custom libraries useful for debug and memory tracing
3
4 ## uncomment inclusion of this file in requirements.txt run make generate-pkgs and nix-shell
5
6 objgraph
7 memory-profiler
8 pympler
@@ -1,45 +1,48 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 6 dogpile.cache==0.7.1
7 7 dogpile.core==0.4.1
8 8 decorator==4.1.2
9 9 dulwich==0.13.0
10 10 hgsubversion==1.9.3
11 11 hg-evolve==8.5.1
12 12 mako==1.0.7
13 13 markupsafe==1.1.0
14 14 mercurial==5.0.2
15 15 msgpack-python==0.5.6
16 16
17 17 pastedeploy==2.0.1
18 18 pyramid==1.10.4
19 19 pyramid-mako==1.0.2
20 20 pygit2==0.28.2
21 21
22 22 repoze.lru==0.7
23 23 redis==2.10.6
24 24 simplejson==3.16.0
25 25 subprocess32==3.5.4
26 26 subvertpy==0.10.1
27 27
28 28 six==1.11.0
29 29 translationstring==1.3
30 30 webob==1.8.5
31 31 zope.deprecation==4.4.0
32 32 zope.interface==4.6.0
33 33
34 34 ## http servers
35 35 gevent==1.4.0
36 36 greenlet==0.4.15
37 37 gunicorn==19.9.0
38 38 waitress==1.3.0
39 39
40 40 ## debug
41 41 ipdb==0.12.0
42 42 ipython==5.1.0
43 43
44 44 ## test related requirements
45 45 -r requirements_test.txt
46
47 ## uncomment to add the debug libraries
48 #-r requirements_debug.txt
General Comments 0
You need to be logged in to leave comments. Login now