mirror of https://github.com/zulip/zulip.git
requirements: Upgrade isort to 4.3.4.
This commit is contained in:
parent
51577b788a
commit
151702d7c1
|
@ -20,7 +20,7 @@ coverage==4.5.1
|
|||
fakeldap==0.6.1
|
||||
|
||||
# For sorting imports
|
||||
isort==4.2.15
|
||||
isort==4.3.4
|
||||
|
||||
# for pep8 linter
|
||||
pycodestyle==2.3.1
|
||||
|
|
|
@ -73,7 +73,7 @@ imagesize==0.7.1
|
|||
incremental==17.5.0 # via twisted
|
||||
ipython-genutils==0.2.0 # via traitlets
|
||||
ipython==6.2.1
|
||||
isort==4.2.15
|
||||
isort==4.3.4
|
||||
jedi==0.11.0 # via ipython
|
||||
jinja2==2.9.6
|
||||
jmespath==0.9.3 # via boto3, botocore
|
||||
|
|
Loading…
Reference in New Issue