diff options
Diffstat (limited to '')
-rw-r--r-- | requirements/local.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements/local.txt b/requirements/local.txt index d196452..ca9df68 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -11,6 +11,7 @@ mypy==0.761 # https://github.com/python/mypy django-stubs==1.4.0 # https://github.com/typeddjango/django-stubs pytest==5.3.3 # https://github.com/pytest-dev/pytest pytest-sugar==0.9.2 # https://github.com/Frozenball/pytest-sugar +pdbpp==0.10.2 # a better debugger # Code quality # ------------------------------------------------------------------------------ |