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'