From d048429fefaa92c7600b46fec9d38e1e9e862457 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Fri, 17 May 2024 09:08:35 +0100 Subject: Adds pdbpp to requirements for debugging --- requirements/local.txt | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3