diff --git a/pyproject.toml b/pyproject.toml index 1cb1d916..3d33ab82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,5 +60,5 @@ pillar-devdeps = {path = "./devdeps"} [build-system] -requires = ["poetry>=0.12"] +requires = ["poetry==1.0","cryptography==2.7","setuptools==51.0.0","wheel==0.36.2"] build-backend = "poetry.masonry.api"