##// END OF EJS Templates
feat(git/svn): ensure both assert repo function for git and svn use caching and only those create dirs....
feat(git/svn): ensure both assert repo function for git and svn use caching and only those create dirs. - in future this would be important if we use sharding for filesystem. Only vcsserver should make operations on the repositories

File last commit:

r1183:63fb9daf default
r1184:86489ea8 default
Show More
requirements_debug.txt
28 lines | 401 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
build(dev): synced debug deps with -ce edition
r1183 types-redis
types-requests==2.31.0.6
types-sqlalchemy
types-psutil
types-pycurl
types-ujson