requirements: Move coverage from regular requirements to -dev version.

This commit is contained in:
Rogério Brito 2015-04-26 18:25:16 -03:00
parent 194721a0ec
commit f8f9cd6a31
2 changed files with 1 additions and 1 deletions

View file

@ -2,3 +2,4 @@ pytest
pytest-cov
pytest-xdist
mock>=1.0.1
coverage>=3.7

View file

@ -1,5 +1,4 @@
beautifulsoup4>=4.1.3
coverage>=3.7
html5lib>=1.0b2
requests>=2.4.3
six>=1.5.0