From 1f755b3ead9c1dc95aea571faf2a0dd1de7b7810 Mon Sep 17 00:00:00 2001 From: Xiao Hanyu Date: Wed, 7 Feb 2018 16:57:25 +0800 Subject: [PATCH] Add ipdb to dev dependencies. Though flask has a builtin web debugger, ipdb some times still work better. So I think add ipdb to dev dependencies is a good option for people who prefer CLI debugging. --- dev-reqs.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-reqs.txt b/dev-reqs.txt index 0705bd2da4a32..91a74d6a44556 100644 --- a/dev-reqs.txt +++ b/dev-reqs.txt @@ -2,6 +2,7 @@ codeclimate-test-reporter coveralls flake8 flask_cors +ipdb mock mysqlclient nose