Skip to content

Commit

Permalink
build(deps): pin click<8
Browse files Browse the repository at this point in the history
Fixes Vimjas#95.
  • Loading branch information
blueyed committed Sep 11, 2021
1 parent bee3c1b commit c5322b4
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 @@ -81,7 +81,7 @@ def run(self):
],
install_requires=[
'attrs>=16.1.0',
'click',
'click<8',
'coverage<5.0a6',
],
extras_require={
Expand Down

0 comments on commit c5322b4

Please sign in to comment.