mirror of https://github.com/zulip/zulip.git
requirements: Upgrade ipython to 6.2.0.
This commit is contained in:
parent
75276078d4
commit
7dbef90efa
|
@ -17,7 +17,7 @@ MarkupSafe==1.0
|
|||
Pygments==2.2.0
|
||||
|
||||
# Needed for manage.py
|
||||
ipython==6.1.0
|
||||
ipython==6.2.0
|
||||
|
||||
# Needed for Image Processing
|
||||
Pillow==4.2.1
|
||||
|
|
|
@ -70,7 +70,7 @@ ijson==2.3
|
|||
imagesize==0.7.1
|
||||
incremental==17.5.0 # via twisted
|
||||
ipython-genutils==0.2.0 # via traitlets
|
||||
ipython==6.1.0
|
||||
ipython==6.2.0
|
||||
jedi==0.10.2 # via ipython
|
||||
jinja2==2.9.6
|
||||
jmespath==0.9.3 # via boto3, botocore
|
||||
|
|
|
@ -49,7 +49,7 @@ hyperframe==3.2.0 # via h2, hyper
|
|||
idna==2.6
|
||||
ijson==2.3
|
||||
ipython-genutils==0.2.0 # via traitlets
|
||||
ipython==6.1.0
|
||||
ipython==6.2.0
|
||||
jedi==0.10.2 # via ipython
|
||||
jinja2==2.9.6
|
||||
lxml==3.8.0 # via premailer
|
||||
|
|
Loading…
Reference in New Issue