Pin a different version of wheel

This commit is contained in:
Anna Sirota
2021-03-18 17:15:21 +01:00
parent ea6ece3bbf
commit f93867044c

View File

@@ -31,5 +31,5 @@ pytest-cov = "~2.7"
responses = "~0.10"
[build-system]
requires = ["poetry==1.0","cryptography==2.7","setuptools==51.0.0","wheel==0.36.2"]
requires = ["poetry==1.0","cryptography==2.7","setuptools==51.0.0","wheel==0.35.1"]
build-backend = "poetry.masonry.api"