From e2b2242312cd4b96ec77fd479fba04c9c8b51e66 Mon Sep 17 00:00:00 2001 From: jowj Date: Wed, 19 Jun 2019 15:35:24 -0500 Subject: [PATCH] Add pysnooper for troubleshooting. --- Pipfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Pipfile b/Pipfile index 9c4ed05..1371f74 100644 --- a/Pipfile +++ b/Pipfile @@ -10,6 +10,7 @@ requests = "*" json = "*" pprint = "*" praw = "*" +pysnooper = "*" [requires] python_version = "3.7"