Skip to content

Commit

Permalink
chore: exclude incompatible coverage versions (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Nov 11, 2021
1 parent 17f52d2 commit 495ddd4
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 @@ -34,7 +34,7 @@
},
python_requires='>= 3.5',
install_requires=[
'coverage>=4.1,<7.0',
'coverage>=4.1,<7.0,!=6.0.*,!=6.1,!=6.1.1',
'docopt>=0.6.1',
'requests>=1.0.0',
],
Expand Down

0 comments on commit 495ddd4

Please sign in to comment.