mirror of https://github.com/zulip/zulip.git
requirements: Upgrade ipython to 6.3.1.
This commit is contained in:
parent
1b0c647ded
commit
440d458313
|
@ -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.2.1
|
ipython==6.3.1
|
||||||
|
|
||||||
# Needed for Image Processing
|
# Needed for Image Processing
|
||||||
Pillow==5.0.0
|
Pillow==5.0.0
|
||||||
|
|
|
@ -22,6 +22,7 @@ attrs==17.3.0 # via automat, service-identity
|
||||||
automat==0.6.0 # via twisted
|
automat==0.6.0 # via twisted
|
||||||
aws-xray-sdk==0.94 # via moto
|
aws-xray-sdk==0.94 # via moto
|
||||||
babel==2.5.3
|
babel==2.5.3
|
||||||
|
backcall==0.1.0 # via ipython
|
||||||
backports-abc==0.5
|
backports-abc==0.5
|
||||||
backports.ssl-match-hostname==3.5.0.1
|
backports.ssl-match-hostname==3.5.0.1
|
||||||
beautifulsoup4==4.6.0
|
beautifulsoup4==4.6.0
|
||||||
|
@ -75,7 +76,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.2.1
|
ipython==6.3.1
|
||||||
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
|
||||||
|
|
|
@ -17,6 +17,7 @@ apns2==0.3.0
|
||||||
argon2-cffi==18.1.0
|
argon2-cffi==18.1.0
|
||||||
asn1crypto==0.23.0 # via cryptography
|
asn1crypto==0.23.0 # via cryptography
|
||||||
babel==2.5.1 # via django-phonenumber-field
|
babel==2.5.1 # via django-phonenumber-field
|
||||||
|
backcall==0.1.0 # via ipython
|
||||||
backports-abc==0.5
|
backports-abc==0.5
|
||||||
backports.ssl-match-hostname==3.5.0.1
|
backports.ssl-match-hostname==3.5.0.1
|
||||||
beautifulsoup4==4.6.0
|
beautifulsoup4==4.6.0
|
||||||
|
@ -54,7 +55,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.2.1
|
ipython==6.3.1
|
||||||
jedi==0.11.0 # via ipython
|
jedi==0.11.0 # via ipython
|
||||||
jinja2==2.10
|
jinja2==2.10
|
||||||
lxml==4.2.1
|
lxml==4.2.1
|
||||||
|
|
Loading…
Reference in New Issue