aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2020-09-07 09:58:27 +0100
committerMatthew Lemon <matt@matthewlemon.com>2020-09-07 09:58:27 +0100
commitfeb1b2963a1aedcf129a98b40e1d1cd9b7c83eea (patch)
tree072f030b20f40aaaeeb741f0ac89405ff8a1a532
parent8e843075adc31359703838e23e53b17ffa8e9f9c (diff)
added django_pdb dependency as this was causing problems
Diffstat (limited to '')
-rw-r--r--requirements/local.txt1
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
# ------------------------------------------------------------------------------