Skip broken Click 8.0.2 release // Resolve #4078

This commit is contained in:
Ivan Kravets
2021-10-10 14:09:17 +03:00
parent fe62b810db
commit a5adae1491

View File

@ -28,7 +28,7 @@ from platformio.compat import PY2
minimal_requirements = [
"bottle==0.12.*",
"click>=7.1.2,<9",
"click>=7.1.2,<9,!=8.0.2",
"colorama",
"marshmallow%s" % (">=2,<3" if PY2 else ">=2,<4"),
"pyelftools>=0.27,<1",