Pin a different version of wheel

This commit is contained in:
Anna Sirota
2021-03-18 17:15:30 +01:00
parent bbf0f791b5
commit 94c63d9b4e

View File

@@ -21,5 +21,5 @@ mkdocs = "~1.0"
mkdocs-material = "~4.2"
[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"