mirror of https://github.com/zulip/zulip.git
requirements: Upgrade ipython to 6.5.0.
No major changes. Miscellaneous bug fixes and compatibility with Python 3.7.
This commit is contained in:
parent
c0bbea377d
commit
be16e1e509
|
@ -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.4.0
|
ipython==6.5.0
|
||||||
|
|
||||||
# Needed for Image Processing
|
# Needed for Image Processing
|
||||||
Pillow==5.1.0
|
Pillow==5.1.0
|
||||||
|
|
|
@ -81,7 +81,7 @@ ijson==2.3
|
||||||
imagesize==1.0.0
|
imagesize==1.0.0
|
||||||
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.4.0
|
ipython==6.5.0
|
||||||
isort==4.3.4
|
isort==4.3.4
|
||||||
jedi==0.11.0 # via ipython
|
jedi==0.11.0 # via ipython
|
||||||
jinja2==2.10
|
jinja2==2.10
|
||||||
|
|
|
@ -59,7 +59,7 @@ hyperframe==3.2.0 # via h2, hyper
|
||||||
idna==2.6 # via cryptography, requests
|
idna==2.6 # via cryptography, requests
|
||||||
ijson==2.3
|
ijson==2.3
|
||||||
ipython-genutils==0.2.0 # via traitlets
|
ipython-genutils==0.2.0 # via traitlets
|
||||||
ipython==6.4.0
|
ipython==6.5.0
|
||||||
jedi==0.11.0 # via ipython
|
jedi==0.11.0 # via ipython
|
||||||
jinja2==2.10
|
jinja2==2.10
|
||||||
libthumbor==1.3.2
|
libthumbor==1.3.2
|
||||||
|
|
Loading…
Reference in New Issue