Add ipdb to dev dependencies. (#4368)

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.
This commit is contained in:
Xiao Hanyu 2018-02-08 00:19:18 +08:00 committed by Maxime Beauchemin
parent 3b35ddf135
commit 27538386bc
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ codeclimate-test-reporter
coveralls
flake8
flask_cors
ipdb
mock
mysqlclient
nose