From a64ab9189ee61c4b008118601e4fb99f3fc0e0c6 Mon Sep 17 00:00:00 2001 From: Colin Goutte Date: Fri, 25 Aug 2023 15:12:38 +0200 Subject: [PATCH] Add pdbpp for dev --- Pipfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Pipfile b/Pipfile index 6c46347..c0f4fc3 100644 --- a/Pipfile +++ b/Pipfile @@ -13,6 +13,7 @@ wheel = "*" pytest = "*" selenium = "*" httpx = "*" +pdbpp = "*" [requires] python_version = "3.11"