diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-02-07 17:11:21 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-02-07 17:11:21 +0000 |
commit | 93bc9d8e6386b8884863d27bef21d92eb60766d6 (patch) | |
tree | 54a5f8bbc43888568c846b8634a5f94794dcc7e1 /requirements/local.txt | |
parent | 60ec91d03fc6a5b9a5f650bfc3f8959473597bdd (diff) |
continued to work on create CAF form - including help_text to create parent object
Diffstat (limited to 'requirements/local.txt')
-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 # ------------------------------------------------------------------------------ |