Skip to content

Commit

Permalink
Specify exact "Yapf" version.
Browse files Browse the repository at this point in the history
References google/yapf#694.
  • Loading branch information
KelSolaar committed Mar 21, 2019
1 parent cbab26a commit dc5a019
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 @@ -51,7 +51,7 @@
TESTS_REQUIREMENTS += ['mock']

DEVELOPMENT_REQUIREMENTS = DOCS_REQUIREMENTS + TESTS_REQUIREMENTS + [
'invoke', 'restructuredtext_lint', 'twine', 'yapf'
'invoke', 'restructuredtext_lint', 'twine', 'yapf=0.23.0'
]
if sys.version_info[:2] >= (3, 2):
DEVELOPMENT_REQUIREMENTS += [
Expand Down

0 comments on commit dc5a019

Please sign in to comment.