Skip to content

Commit

Permalink
Merge pull request #76 from pedrofreire/isort-version
Browse files Browse the repository at this point in the history
Increase required isort version to 4.3.5.
  • Loading branch information
gforcada committed Jan 21, 2020
2 parents a3c084f + eea5dff commit 8af7b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
zip_safe=False,
install_requires=[
'flake8 >= 3.2.1',
'isort[pyproject] >= 4.3.0',
'isort[pyproject] >= 4.3.5',
'testfixtures',
],
extras_require={
Expand Down

0 comments on commit 8af7b8f

Please sign in to comment.