From 81f499b4108b3af5884c9f9dd28d7f48ea637fbb Mon Sep 17 00:00:00 2001 From: Suhas Date: Thu, 4 Feb 2021 09:30:16 -0500 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2d337d9d..f1fe4b9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ pyyaml = ">=5.1" # dayone-only deps pytz = ">=2020" # https://pythonhosted.org/pytz/#issues-limitations tzlocal = ">2.0, <3.0" # https://github.com/regebro/tzlocal/blob/master/CHANGES.txt -mock = "^4.0.3" + [tool.poetry.dev-dependencies] behave = "^1.2" @@ -46,8 +46,7 @@ black = {version = "^20.8b1",allow-prereleases = true} toml = ">=0.10" pyflakes = ">=2.2.0" pytest = ">=6.2" -pytest-mock = "^3.5.1" -pytest-cov = "^2.11.1" +mock = "^4.0.3" yq = ">=2.11" [tool.poetry.scripts] jrnl = 'jrnl.cli:cli'