From 6918e7815216dfc4c3897b5b17b3e72c2c2e1840 Mon Sep 17 00:00:00 2001 From: Shota Ray Imaki Date: Tue, 16 Mar 2021 17:47:37 +0900 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9368eae..89db866 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,6 @@ requests = "^2.23.0" [tool.poetry.dev-dependencies] pytest = "^6.2.2" -pytest-cov = "^2.10.1" pytest-cov = "^2.11.1" codecov = "^2.1.10" flake8 = "^3.9.0"