Show More
@@ -1,22 +1,28 b'' | |||
|
1 | 1 | ## special libraries we could extend the requirements.txt file with to add some |
|
2 | 2 | ## custom libraries usefull for debug and memory tracing |
|
3 | 3 | |
|
4 | 4 | objgraph |
|
5 | 5 | memory-profiler |
|
6 | 6 | pympler |
|
7 | 7 | |
|
8 | 8 | ## debug |
|
9 | 9 | ipdb |
|
10 | 10 | ipython |
|
11 | 11 | rich |
|
12 | 12 | |
|
13 | 13 | # format |
|
14 | 14 | flake8 |
|
15 | 15 | ruff |
|
16 | 16 | |
|
17 | 17 | pipdeptree==2.7.1 |
|
18 | 18 | invoke==2.0.0 |
|
19 | 19 | bumpversion==0.6.0 |
|
20 | 20 | bump2version==1.0.1 |
|
21 | 21 | |
|
22 | 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