requirements_debug.txt
28 lines
| 401 B
| text/plain
|
TextLexer
r748 | ## special libraries we could extend the requirements.txt file with to add some | |||
r1115 | ## custom libraries usefull for debug and memory tracing | |||
r748 | ||||
objgraph | ||||
memory-profiler | ||||
pympler | ||||
r1115 | ||||
## debug | ||||
r1059 | ipdb | |||
ipython | ||||
r1115 | rich | |||
# format | ||||
r1064 | flake8 | |||
r1115 | ruff | |||
pipdeptree==2.7.1 | ||||
invoke==2.0.0 | ||||
bumpversion==0.6.0 | ||||
bump2version==1.0.1 | ||||
docutils-stubs | ||||
r1183 | types-redis | |||
types-requests==2.31.0.6 | ||||
types-sqlalchemy | ||||
types-psutil | ||||
types-pycurl | ||||
types-ujson | ||||