mirror of
https://github.com/enpaul/tox-poetry-installer.git
synced 2025-09-18 03:13:25 +00:00
Update poetry requirement to mitigate coming breaking API changes
Poetry 1.1 is due any day and when it does much of the functionality this module uses will be moved to poetry-core. Until this module is updated to use poetry-core 1.1 will be a breaking change
This commit is contained in:
@@ -27,7 +27,7 @@ poetry_installer = "tox_poetry_installer"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.6"
|
||||
poetry = "^1.0.0"
|
||||
poetry = ">=1.0.0, <1.1.0"
|
||||
tox = "^2.3.0 || ^3.0.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
Reference in New Issue
Block a user