aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-05-17 09:08:35 +0100
committerMatthew Lemon <y@yulqen.org>2024-05-19 14:51:27 +0100
commitd048429fefaa92c7600b46fec9d38e1e9e862457 (patch)
tree99a7dfd57dfa7d14bd8465d9701f214bf419771f
parent0a4481057c13b968fb32935f4cf71a2c00a19d82 (diff)
Adds pdbpp to requirements for debugging
-rw-r--r--requirements/local.txt3
1 files changed, 3 insertions, 0 deletions
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