##// END OF EJS Templates
vcsserver: modernize code for python3
vcsserver: modernize code for python3

File last commit:

r1115:508a6554 python3
r1130:d68a72e0 python3
Show More
requirements_debug.txt
22 lines | 309 B | text/plain | TextLexer
/ requirements_debug.txt
debug: added optional libraries for tracking leaks
r748 ## special libraries we could extend the requirements.txt file with to add some
tests: test fixes after py311 compat run
r1115 ## custom libraries usefull for debug and memory tracing
debug: added optional libraries for tracking leaks
r748
objgraph
memory-profiler
pympler
tests: test fixes after py311 compat run
r1115
## debug
requirements: make output generated from pipdeptree
r1059 ipdb
ipython
tests: test fixes after py311 compat run
r1115 rich
# format
deps: added rc_testdata and flake8
r1064 flake8
tests: test fixes after py311 compat run
r1115 ruff
pipdeptree==2.7.1
invoke==2.0.0
bumpversion==0.6.0
bump2version==1.0.1
docutils-stubs