##// END OF EJS Templates
http-traffic: mostly use payload from encoded msgpack single header instead of multiple ones....
http-traffic: mostly use payload from encoded msgpack single header instead of multiple ones. - headers are not good for handling str/bytes we we store all info in a single b64 field

File last commit:

r1064:060650de python3
r1078:beb1039e python3
Show More
requirements_debug.txt
11 lines | 284 B | text/plain | TextLexer
/ requirements_debug.txt
## 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
ipdb
ipython
flake8