Show More
@@ -1,22 +1,28 b'' | |||||
1 | ## special libraries we could extend the requirements.txt file with to add some |
|
1 | ## special libraries we could extend the requirements.txt file with to add some | |
2 | ## custom libraries usefull for debug and memory tracing |
|
2 | ## custom libraries usefull for debug and memory tracing | |
3 |
|
3 | |||
4 | objgraph |
|
4 | objgraph | |
5 | memory-profiler |
|
5 | memory-profiler | |
6 | pympler |
|
6 | pympler | |
7 |
|
7 | |||
8 | ## debug |
|
8 | ## debug | |
9 | ipdb |
|
9 | ipdb | |
10 | ipython |
|
10 | ipython | |
11 | rich |
|
11 | rich | |
12 |
|
12 | |||
13 | # format |
|
13 | # format | |
14 | flake8 |
|
14 | flake8 | |
15 | ruff |
|
15 | ruff | |
16 |
|
16 | |||
17 | pipdeptree==2.7.1 |
|
17 | pipdeptree==2.7.1 | |
18 | invoke==2.0.0 |
|
18 | invoke==2.0.0 | |
19 | bumpversion==0.6.0 |
|
19 | bumpversion==0.6.0 | |
20 | bump2version==1.0.1 |
|
20 | bump2version==1.0.1 | |
21 |
|
21 | |||
22 | docutils-stubs |
|
22 | docutils-stubs | |
|
23 | types-redis | |||
|
24 | types-requests==2.31.0.6 | |||
|
25 | types-sqlalchemy | |||
|
26 | types-psutil | |||
|
27 | types-pycurl | |||
|
28 | types-ujson |
General Comments 0
You need to be logged in to leave comments.
Login now