requirements_debug.txt
29 lines
| 422 B
| text/plain
|
TextLexer
r3141 | ## special libraries we could extend the requirements.txt file with to add some | |||
## custom libraries usefull for debug and memory tracing | ||||
r4911 | ||||
objgraph | ||||
r5061 | memory-profiler | |||
pympler | ||||
r4911 | ||||
## debug | ||||
ipdb | ||||
ipython | ||||
r5061 | rich | |||
r5515 | pyramid-debugtoolbar | |||
r4911 | ||||
r5061 | # format | |||
flake8 | ||||
ruff | ||||
pipdeptree==2.7.1 | ||||
r4911 | invoke==2.0.0 | |||
bumpversion==0.6.0 | ||||
bump2version==1.0.1 | ||||
r5061 | ||||
r5013 | docutils-stubs | |||
r5061 | types-redis | |||
r5213 | types-requests==2.31.0.6 | |||
r5061 | types-sqlalchemy | |||
types-psutil | ||||
types-pycurl | ||||
types-ujson | ||||