mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 04:58:32 +02:00
Update pyproject.toml
This commit is contained in:
parent
44310cb2db
commit
f6e6436320
1 changed files with 2 additions and 3 deletions
|
@ -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'
|
||||||
|
|
Loading…
Add table
Reference in a new issue