From 8d952bad8f2f9d140dd8b2e97e357bea97dd1f2e Mon Sep 17 00:00:00 2001 From: sriniv27 Date: Fri, 12 Feb 2021 20:06:08 -0500 Subject: [PATCH] remove "mock" from poetry file --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f1fe4b9e..65756f3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,6 @@ black = {version = "^20.8b1",allow-prereleases = true} toml = ">=0.10" pyflakes = ">=2.2.0" pytest = ">=6.2" -mock = "^4.0.3" yq = ">=2.11" [tool.poetry.scripts] jrnl = 'jrnl.cli:cli'