We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9715269 commit 496e42eCopy full SHA for 496e42e
1 file changed
setup.py
@@ -53,7 +53,7 @@
53
extras_require={
54
'testing': tests_requires,
55
'docs': ['Sphinx', 'sphinx-autobuild', 'alabaster'],
56
- 'quality': ['isort'],
+ 'quality': ['isort>=5.0.2', 'black'],
57
},
58
scripts=glob.glob('script/*.py'),
59
entry_points={
0 commit comments