Skip to content

Commit

Permalink
Install black only for python >= 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-k committed Aug 29, 2018
1 parent 62dc00f commit e36c06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black==18.6b4
black==18.6b4; python_version>="3.6"
isort==4.3.*
pylava==0.1.*
pytest==3.7.*
Expand Down

0 comments on commit e36c06b

Please sign in to comment.