diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-09-07 09:58:27 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-09-07 09:58:27 +0100 |
commit | feb1b2963a1aedcf129a98b40e1d1cd9b7c83eea (patch) | |
tree | 072f030b20f40aaaeeb741f0ac89405ff8a1a532 | |
parent | 8e843075adc31359703838e23e53b17ffa8e9f9c (diff) |
added django_pdb dependency as this was causing problems
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 f54cb8b..ac8007c 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -11,6 +11,7 @@ selenium==3.141.0 # Code quality # ------------------------------------------------------------------------------ black # https://github.com/ambv/black +django_pdb # Django # ------------------------------------------------------------------------------ |