summaryrefslogtreecommitdiffstats
path: root/python/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'python/Pipfile')
-rw-r--r--python/Pipfile2
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"