mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-12 09:28:31 +02:00
add parse-type new dev/testing dependency
This commit is contained in:
parent
37e2e6e453
commit
cf570eb733
1 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,7 @@ flake8-simplify = ">=0.19"
|
|||
ipdb = "*"
|
||||
isort = ">=5.10"
|
||||
mkdocs = ">=1.4"
|
||||
parse-type = ">=0.6.0"
|
||||
poethepoet = "*"
|
||||
pytest = ">=6.2"
|
||||
pytest-bdd = ">=6.0"
|
||||
|
@ -176,6 +177,7 @@ deps =
|
|||
pytest >= 6.2
|
||||
pytest-bdd >=6.0
|
||||
pytest-xdist >=2.5.0
|
||||
parse-type >=0.6.0
|
||||
toml >=0.10
|
||||
|
||||
commands = pytest {posargs}
|
||||
|
|
Loading…
Add table
Reference in a new issue