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 | ## 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.7.1 |
|
6 | dogpile.cache==0.7.1 | |
7 | dogpile.core==0.4.1 |
|
7 | dogpile.core==0.4.1 | |
8 | decorator==4.1.2 |
|
8 | decorator==4.1.2 | |
9 | dulwich==0.13.0 |
|
9 | dulwich==0.13.0 | |
10 | hgsubversion==1.9.3 |
|
10 | hgsubversion==1.9.3 | |
11 | hg-evolve==8.5.1 |
|
11 | hg-evolve==8.5.1 | |
12 | mako==1.0.7 |
|
12 | mako==1.0.7 | |
13 | markupsafe==1.1.0 |
|
13 | markupsafe==1.1.0 | |
14 | mercurial==5.0.2 |
|
14 | mercurial==5.0.2 | |
15 | msgpack-python==0.5.6 |
|
15 | msgpack-python==0.5.6 | |
16 |
|
16 | |||
17 | pastedeploy==2.0.1 |
|
17 | pastedeploy==2.0.1 | |
18 | pyramid==1.10.4 |
|
18 | pyramid==1.10.4 | |
19 | pyramid-mako==1.0.2 |
|
19 | pyramid-mako==1.0.2 | |
20 | pygit2==0.28.2 |
|
20 | pygit2==0.28.2 | |
21 |
|
21 | |||
22 | repoze.lru==0.7 |
|
22 | repoze.lru==0.7 | |
23 | redis==2.10.6 |
|
23 | redis==2.10.6 | |
24 | simplejson==3.16.0 |
|
24 | simplejson==3.16.0 | |
25 | subprocess32==3.5.4 |
|
25 | subprocess32==3.5.4 | |
26 | subvertpy==0.10.1 |
|
26 | subvertpy==0.10.1 | |
27 |
|
27 | |||
28 | six==1.11.0 |
|
28 | six==1.11.0 | |
29 | translationstring==1.3 |
|
29 | translationstring==1.3 | |
30 | webob==1.8.5 |
|
30 | webob==1.8.5 | |
31 | zope.deprecation==4.4.0 |
|
31 | zope.deprecation==4.4.0 | |
32 | zope.interface==4.6.0 |
|
32 | zope.interface==4.6.0 | |
33 |
|
33 | |||
34 | ## http servers |
|
34 | ## http servers | |
35 | gevent==1.4.0 |
|
35 | gevent==1.4.0 | |
36 | greenlet==0.4.15 |
|
36 | greenlet==0.4.15 | |
37 | gunicorn==19.9.0 |
|
37 | gunicorn==19.9.0 | |
38 | waitress==1.3.0 |
|
38 | waitress==1.3.0 | |
39 |
|
39 | |||
40 | ## debug |
|
40 | ## debug | |
41 | ipdb==0.12.0 |
|
41 | ipdb==0.12.0 | |
42 | ipython==5.1.0 |
|
42 | ipython==5.1.0 | |
43 |
|
43 | |||
44 | ## test related requirements |
|
44 | ## test related requirements | |
45 | -r requirements_test.txt |
|
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