requirements: Upgrade ipython to 6.2.0.

This commit is contained in:
Vishnu Ks 2017-09-18 19:30:08 +00:00 committed by Tim Abbott
parent 75276078d4
commit 7dbef90efa
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ MarkupSafe==1.0
Pygments==2.2.0 Pygments==2.2.0
# Needed for manage.py # Needed for manage.py
ipython==6.1.0 ipython==6.2.0
# Needed for Image Processing # Needed for Image Processing
Pillow==4.2.1 Pillow==4.2.1

View File

@ -70,7 +70,7 @@ ijson==2.3
imagesize==0.7.1 imagesize==0.7.1
incremental==17.5.0 # via twisted incremental==17.5.0 # via twisted
ipython-genutils==0.2.0 # via traitlets ipython-genutils==0.2.0 # via traitlets
ipython==6.1.0 ipython==6.2.0
jedi==0.10.2 # via ipython jedi==0.10.2 # via ipython
jinja2==2.9.6 jinja2==2.9.6
jmespath==0.9.3 # via boto3, botocore jmespath==0.9.3 # via boto3, botocore

View File

@ -49,7 +49,7 @@ hyperframe==3.2.0 # via h2, hyper
idna==2.6 idna==2.6
ijson==2.3 ijson==2.3
ipython-genutils==0.2.0 # via traitlets ipython-genutils==0.2.0 # via traitlets
ipython==6.1.0 ipython==6.2.0
jedi==0.10.2 # via ipython jedi==0.10.2 # via ipython
jinja2==2.9.6 jinja2==2.9.6
lxml==3.8.0 # via premailer lxml==3.8.0 # via premailer