Skip to content

Commit

Permalink
Pin jedi explicitly until a fix is available ipython/ipython#12740
Browse files Browse the repository at this point in the history
  • Loading branch information
kemar committed Jan 19, 2021
1 parent 52437ff commit 9c8b3fc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@

# Werkzeug is required to use django-extensions's runserver_plus.
Werkzeug==1.0.1 # pyup: < 2 # https://github.com/pallets/werkzeug
ipdb==0.13.3 # https://github.com/gotcha/ipdb
ipdb==0.13.4 # https://github.com/gotcha/ipdb
tblib # https://github.com/ionelmc/python-tblib

# Last jedi release (0.18.0) is incompatible with ipython
# https://github.com/ipython/ipython/issues/12740
# Pin it explicitly until a fix is available.
jedi==0.17.2

# Code quality
# ------------------------------------------------------------------------------
flake8==3.8.3 # https://github.com/PyCQA/flake8
Expand Down

0 comments on commit 9c8b3fc

Please sign in to comment.