diff --git a/pyproject.toml b/pyproject.toml index 70f0fb6..fc29b6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = [ "poetry-core>=1.0.0", "jsons"] +requires = [ "poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" [tool.poetry] @@ -15,5 +15,6 @@ keywords = [] [tool.poetry.dependencies] python = ">=3.7" +jsons = "*"