mirror of
https://github.com/enpaul/tox-poetry-installer.git
synced 2024-10-29 19:47:00 +00:00
Add poetry-core as explicit dependency to support poetry-1.0
This commit is contained in:
parent
6075ea6a3e
commit
7c761073b3
785
poetry.lock
generated
785
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -31,6 +31,7 @@ poetry_installer = "tox_poetry_installer"
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.6"
|
||||
poetry = "^1.0.0"
|
||||
poetry-core = "^1.0.0"
|
||||
tox = "^2.3.0 || ^3.0.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
Loading…
Reference in New Issue
Block a user