fixing isort version

This commit is contained in:
Nikita Lvov
2020-07-06 10:59:41 +02:00
parent 92acf24852
commit 98fabb1540

View File

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