requirements: Add isort development dependency.

This commit is contained in:
Tim Abbott 2017-11-14 12:04:35 -08:00
parent 4755ecae8a
commit d2d1459a6a
2 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,9 @@ coverage==4.4.1
# fake for LDAP testing # fake for LDAP testing
-e git+https://github.com/zulip/fakeldap.git@37bc199e9589c31f4bb5bae1445ad1cd7f84e1ac#egg=fakeldap==0.5.1.zulip1 -e git+https://github.com/zulip/fakeldap.git@37bc199e9589c31f4bb5bae1445ad1cd7f84e1ac#egg=fakeldap==0.5.1.zulip1
# For sorting imports
isort==4.2.15
# for pep8 linter # for pep8 linter
pycodestyle==2.3.1 pycodestyle==2.3.1

View File

@ -70,6 +70,7 @@ 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.2.1 ipython==6.2.1
isort==4.2.15
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