diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-31 14:23:03 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-31 14:23:03 -0700 |
commit | 830d0858f7b4f9e631aede7afcf249952eed3fd7 (patch) | |
tree | a8ad4a8ba8cfc48284fc176fc5a263a3e6fa83c1 /python/Pipfile | |
parent | f0c01f9739a0c237c193dc9020273a47c19bb621 (diff) | |
download | fatcat-830d0858f7b4f9e631aede7afcf249952eed3fd7.tar.gz fatcat-830d0858f7b4f9e631aede7afcf249952eed3fd7.zip |
need debugbar for deployment
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
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" |