Update pyproject.toml

This commit is contained in:
Suhas 2021-02-01 13:40:53 -05:00 committed by GitHub
parent 44310cb2db
commit f6e6436320
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ pyyaml = ">=5.1"
# dayone-only deps # dayone-only deps
pytz = ">=2020" # https://pythonhosted.org/pytz/#issues-limitations pytz = ">=2020" # https://pythonhosted.org/pytz/#issues-limitations
tzlocal = ">2.0, <3.0" # https://github.com/regebro/tzlocal/blob/master/CHANGES.txt tzlocal = ">2.0, <3.0" # https://github.com/regebro/tzlocal/blob/master/CHANGES.txt
mock = "^4.0.3"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
behave = "^1.2" behave = "^1.2"
@ -46,8 +46,7 @@ black = {version = "^20.8b1",allow-prereleases = true}
toml = ">=0.10" toml = ">=0.10"
pyflakes = ">=2.2.0" pyflakes = ">=2.2.0"
pytest = ">=6.2" pytest = ">=6.2"
pytest-mock = "^3.5.1" mock = "^4.0.3"
pytest-cov = "^2.11.1"
yq = ">=2.11" yq = ">=2.11"
[tool.poetry.scripts] [tool.poetry.scripts]
jrnl = 'jrnl.cli:cli' jrnl = 'jrnl.cli:cli'