Skip to content
This repository has been archived by the owner on Aug 29, 2022. It is now read-only.

Commit

Permalink
Remove the coverage dependency constraint.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet authored and jensens committed Jan 31, 2017
1 parent dff72bb commit d093a5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changes
2.0.4 (unreleased)
------------------

- Nothing changed yet.
- Remove the ``coverage`` dependency constraint.


2.0.3 (2015-11-09)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def read(*rnames):
),
install_requires=[
'setuptools',
'coverage < 4.0',
'coverage',
],
entry_points="""
[console_scripts]
Expand Down

0 comments on commit d093a5e

Please sign in to comment.