mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-11 17:46:12 +02:00
remove behave from deps
This commit is contained in:
parent
02bdc3965e
commit
7c06569f55
1 changed files with 1 additions and 3 deletions
|
@ -47,13 +47,11 @@ tzlocal = ">2.0, <3.0" # https://github.com/regebro/tzlocal/blob/master/CHANGE
|
||||||
# I don't like repeating deps here, but
|
# I don't like repeating deps here, but
|
||||||
# there's no other way to do this yet until poetry v1.2 releases
|
# there's no other way to do this yet until poetry v1.2 releases
|
||||||
# see: https://github.com/python-poetry/poetry/issues/1644
|
# see: https://github.com/python-poetry/poetry/issues/1644
|
||||||
behave = { version = "^1.2", optional = true }
|
|
||||||
pytest = { version = ">=6.2", optional = true }
|
pytest = { version = ">=6.2", optional = true }
|
||||||
pytest-bdd = { version = ">=4.0.1", optional = true }
|
pytest-bdd = { version = ">=4.0.1", optional = true }
|
||||||
toml = { version = ">=0.10", optional = true }
|
toml = { version = ">=0.10", optional = true }
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
behave = "^1.2"
|
|
||||||
mkdocs = ">=1.0"
|
mkdocs = ">=1.0"
|
||||||
black = { version = ">=21.5b2", allow-prereleases = true }
|
black = { version = ">=21.5b2", allow-prereleases = true }
|
||||||
toml = ">=0.10"
|
toml = ">=0.10"
|
||||||
|
@ -65,7 +63,7 @@ pyproject-flake8 = "*"
|
||||||
yq = "*"
|
yq = "*"
|
||||||
|
|
||||||
[tool.poetry.extras]
|
[tool.poetry.extras]
|
||||||
testing = [ "behave", "pytest", "pytest-bdd", "toml" ]
|
testing = [ "pytest", "pytest-bdd", "toml" ]
|
||||||
|
|
||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
jrnl = 'jrnl.cli:cli'
|
jrnl = 'jrnl.cli:cli'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue