requirements: Unblock IPython upgrade since Python 3.5 dropped.

This commit is contained in:
Puneeth Chaganti 2020-04-24 12:27:51 +05:30 committed by Tim Abbott
parent 46a4252139
commit f2f2080c8b
1 changed files with 1 additions and 2 deletions

View File

@ -18,8 +18,7 @@ hyperlink
jsx-lexer
# Needed for manage.py
# Upgrade blocked because ipython dropped Python 3.5 support.
ipython==7.9.*
ipython
# Needed for Image Processing
Pillow