remove "mock" from poetry file

This commit is contained in:
sriniv27 2021-02-12 20:06:08 -05:00
parent 8d065a4173
commit 8d952bad8f

View file

@ -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'