forked from platformio/platformio-core
Skip broken Click 8.0.2 release // Resolve #4078
This commit is contained in:
2
setup.py
2
setup.py
@ -28,7 +28,7 @@ from platformio.compat import PY2
|
|||||||
|
|
||||||
minimal_requirements = [
|
minimal_requirements = [
|
||||||
"bottle==0.12.*",
|
"bottle==0.12.*",
|
||||||
"click>=7.1.2,<9",
|
"click>=7.1.2,<9,!=8.0.2",
|
||||||
"colorama",
|
"colorama",
|
||||||
"marshmallow%s" % (">=2,<3" if PY2 else ">=2,<4"),
|
"marshmallow%s" % (">=2,<3" if PY2 else ">=2,<4"),
|
||||||
"pyelftools>=0.27,<1",
|
"pyelftools>=0.27,<1",
|
||||||
|
Reference in New Issue
Block a user