Skip to content

Commit

Permalink
Add ipdb to dev dependencies. (apache#4368)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
xiaohanyu authored and mistercrunch committed Feb 7, 2018
1 parent 27f0fb2 commit 7cbbfcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-reqs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ codeclimate-test-reporter
coveralls
flake8
flask_cors
ipdb
mock
mysqlclient
nose
Expand Down

0 comments on commit 7cbbfcb

Please sign in to comment.