mirror of
https://github.com/enpaul/tox-poetry-installer.git
synced 2025-12-19 12:02:34 +00:00
Replace optional [poetry] extra with explicit poetry dependencies
Fixes #79
This commit is contained in:
@@ -34,13 +34,10 @@ classifiers = [
|
||||
[tool.poetry.plugins.tox]
|
||||
poetry_installer = "tox_poetry_installer"
|
||||
|
||||
[tool.poetry.extras]
|
||||
poetry = ["poetry", "cleo"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.7"
|
||||
cleo = {version = ">=1.0,<3.0", optional = true}
|
||||
poetry = {version = "^1.5.0", optional = true}
|
||||
cleo = ">=1.0,<3.0"
|
||||
poetry = "^1.5.0"
|
||||
poetry-core = "^1.1.0"
|
||||
tox = "^4"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user