Skip to content

Commit

Permalink
Explicitly specify coverage requirement for dev extra
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Apr 5, 2022
1 parent e24bb2f commit b5bd35e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -46,6 +46,7 @@
extras_require={
"async": ["aiohttp>=3.7.3,<4"],
"dev": [
"coverage>=4.4.2",
"coveralls>=2.1.0",
"tox>=3.14.0",
],
Expand Down

0 comments on commit b5bd35e

Please sign in to comment.