Pin setuptools and wheels as well

This commit is contained in:
Anna Sirota 2021-03-18 16:57:44 +01:00
parent 1ec08638ce
commit fb151734ef

View File

@ -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"