##// 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
@@ -43,3 +43,6 b' 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