feat: makes library build system poetry-core
All checks were successful
gitea-physics/pdme/pipeline/head This commit looks good

This commit is contained in:
Deepak Mallubhotla 2022-06-12 20:53:42 -05:00
parent ad87d5ebde
commit ed0c6e2858

View File

@ -20,7 +20,7 @@ ipython = "^8.2.0"
black = "^22.3.0"
[build-system]
requires = ["poetry>=0.12"]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.masonry.api"
[tool.pytest.ini_options]