diff options
Diffstat (limited to '')
-rw-r--r-- | requirements/local.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/requirements/local.txt b/requirements/local.txt index 686a78d..38300aa 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -12,6 +12,9 @@ django-stubs[compatible-mypy]==4.2.7 # https://github.com/typeddjango/django-st pytest==8.2.0 # https://github.com/pytest-dev/pytest pytest-sugar==1.0.0 # https://github.com/Frozenball/pytest-sugar +# Debugging +pdbpp==0.10.3 + # Documentation # ------------------------------------------------------------------------------ sphinx==7.3.7 # https://github.com/sphinx-doc/sphinx |