Skip to content

Commit

Permalink
Relax black version pinning
Browse files Browse the repository at this point in the history
Fixes #34
  • Loading branch information
benhowes authored and Bryant Finney committed Oct 31, 2021
1 parent b442e71 commit cd4c779
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 cd4c779

Please sign in to comment.