From 5f8ea5f7d632d5e055faaf2f1432561711175e4c Mon Sep 17 00:00:00 2001 From: samedamci Date: Wed, 1 Sep 2021 22:15:31 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f1653cf..c7214f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,5 +34,5 @@ style = "semver" format = "{base}" [build-system] -requires = ["poetry-core>=1.0.0"] +requires = ["poetry-core>=1.0.0, poetry-dynamic-versioning"] build-backend = "poetry.core.masonry.api"