From a85f3fdfc512a3d8d3328de81181d565204bdec5 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 30 Jun 2020 06:07:36 -0700 Subject: [PATCH] move pytest-cov dependency to the dev section --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0372a6ad..21ca0011 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,11 +17,11 @@ cryptography = {version="^2.6", optional=true} trio = {version=">=0.14,<0.17", optional=true} curio = {version="^1.2", optional=true} sniffio = {version="^1.1", optional=true} -pytest-cov = "^2.10.0" [tool.poetry.dev-dependencies] mypy = "^0.782" pytest = "^5.4.1" +pytest-cov = "^2.10.0" flake8 = "^3.7.9" sphinx = "^3.0.0" coverage = "^5.1" -- 2.47.3