Skip to content

Commit

Permalink
Relax black version pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
benhowes authored Nov 14, 2020
1 parent 2b66c23 commit 6f23fa2
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 @@ -147,7 +147,7 @@
},
install_requires=[
"pipfile~=0.0",
"black==19.10b0; python_version >= '3.6'",
"black>=19.10b0; python_version >= '3.6'",
"colorama~=0.4",
"packaging~=20.0",
"requirementslib~=1.5",
Expand Down

0 comments on commit 6f23fa2

Please sign in to comment.