diff --git a/pyproject.toml b/pyproject.toml index b8200a1..f8508ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,5 +24,5 @@ Pillow = "^9.0.0" flake8 = "^3.8.3" [build-system] -requires = ["poetry>=0.12"] -build-backend = "poetry.masonry.api" +requires = ["poetry-core>=1.0.0"] +build-backend = "poetry.core.masonry.api" \ No newline at end of file