We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a4384 commit cb9e6ffCopy full SHA for cb9e6ff
setup.py
@@ -43,7 +43,7 @@
43
TESTS_REQUIREMENTS = ['coverage>=3.7.1', 'flake8>=2.1.0', 'nose>=1.3.4']
44
45
DEVELOPMENT_REQUIREMENTS = DOCS_REQUIREMENTS + TESTS_REQUIREMENTS + [
46
- 'invoke', 'restructuredtext_lint', 'twine', 'yapf'
+ 'invoke', 'restructuredtext_lint', 'twine', 'yapf=0.23.0'
47
]
48
if sys.version_info[:2] >= (3, 2):
49
DEVELOPMENT_REQUIREMENTS += [
0 commit comments