Update poetry requirement to support 1.1+

This commit is contained in:
2020-10-11 18:23:41 -04:00
parent 6b92189e50
commit 5d87ffac72
2 changed files with 149 additions and 153 deletions

View File

@@ -27,7 +27,7 @@ poetry_installer = "tox_poetry_installer"
[tool.poetry.dependencies]
python = "^3.6"
poetry = ">=1.0.0, <1.1.0"
poetry = "^1.0.0"
tox = "^2.3.0 || ^3.0.0"
[tool.poetry.dev-dependencies]