# HG changeset patch # User Marcin Kuzminski # Date 2019-07-22 09:33:14 # Node ID 9b226112f6c124e54f24fc595027866759b884ee # Parent 9c2265cad636bc981730a05cac1c3cdf4dd9ec9a debug: added optional libraries for tracking leaks diff --git a/requirements.txt b/requirements.txt --- a/requirements.txt +++ b/requirements.txt @@ -43,3 +43,6 @@ ipython==5.1.0 ## test related requirements -r requirements_test.txt + +## uncomment to add the debug libraries +#-r requirements_debug.txt diff --git a/requirements_debug.txt b/requirements_debug.txt new file mode 100644 --- /dev/null +++ b/requirements_debug.txt @@ -0,0 +1,8 @@ +## special libraries we could extend the requirements.txt file with to add some +## custom libraries useful for debug and memory tracing + +## uncomment inclusion of this file in requirements.txt run make generate-pkgs and nix-shell + +objgraph +memory-profiler +pympler