From 830d0858f7b4f9e631aede7afcf249952eed3fd7 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 31 May 2018 14:23:03 -0700 Subject: need debugbar for deployment --- python/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/Pipfile') diff --git a/python/Pipfile b/python/Pipfile index a7e50535..86091c56 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -11,7 +11,6 @@ responses = "*" pytest-cov = "*" pylint = "*" pg-view = "*" -flask-debugtoolbar = "*" [packages] Flask = "*" @@ -24,6 +23,7 @@ marshmallow-sqlalchemy = "*" flask-marshmallow = "*" flask-uuid = "*" "psycopg2" = "*" +flask-debugtoolbar = "*" [requires] python_version = "3.5" -- cgit v1.2.3