Add poetry-core as explicit dependency to support poetry-1.0

This commit is contained in:
Ethan Paul 2020-10-17 12:49:04 -04:00
parent 6075ea6a3e
commit 7c761073b3
No known key found for this signature in database
GPG Key ID: D0E2CBF1245E92BF
2 changed files with 349 additions and 437 deletions

785
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -31,6 +31,7 @@ poetry_installer = "tox_poetry_installer"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.6" python = "^3.6"
poetry = "^1.0.0" poetry = "^1.0.0"
poetry-core = "^1.0.0"
tox = "^2.3.0 || ^3.0.0" tox = "^2.3.0 || ^3.0.0"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]