From ed0c6e2858f45fec9b9a673d9b5bc98605e73508 Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Sun, 12 Jun 2022 20:53:42 -0500 Subject: [PATCH] feat: makes library build system poetry-core --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 304ce75..9d24936 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]