Proper support for Poetry's dev dependencies.

This commit is contained in:
Ben Rog-Wilhelm 2023-04-22 08:06:33 -05:00
parent 4552b817f5
commit 6fbcad7088
2 changed files with 7 additions and 3 deletions

View file

@ -39,9 +39,9 @@ yattag = "*"
webptools = "*"
supervisor = "*"
superlance = "*"
pytest = "*"
[tool.poetry.dev-dependencies]
pytest = "*"
[build-system]
requires = ["poetry-core>=1.0.0"]