dependencies: upgrade isort

This commit is contained in:
mb
2020-07-15 08:56:12 +02:00
parent 47fd19c571
commit 64967416b3
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
# details.
pydocstyle invenio_theme_tugraz tests docs && \
isort -rc -c -df && \
isort . -c --df && \
check-manifest --ignore ".travis-*" && \
sphinx-build -qnNW docs docs/_build/html && \
python setup.py test

View File

@@ -18,7 +18,7 @@ history = open('CHANGES.rst').read()
tests_require = [
'check-manifest>=0.25',
'coverage>=4.0',
'isort>=4.3.3, <5.0.0',
'isort>=5.0',
'pydocstyle>=2.0.0',
'pytest-cov>=2.5.1',
'pytest-pep8>=1.0.6',