Update ipdb from 0.11 to 0.12

This commit is contained in:
browniebroke 2019-03-21 16:01:08 +00:00
parent 91585a0eb2
commit f67a78903e

View File

@ -1,7 +1,7 @@
-r ./base.txt
Werkzeug==0.14.1 # https://github.com/pallets/werkzeug
ipdb==0.11 # https://github.com/gotcha/ipdb
ipdb==0.12 # https://github.com/gotcha/ipdb
Sphinx==1.8.4 # https://github.com/sphinx-doc/sphinx
{%- if cookiecutter.use_docker == 'y' %}
psycopg2==2.7.4 --no-binary psycopg2 # https://github.com/psycopg/psycopg2