mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 10:37:13 +02:00
Skip broken Click 7.1 & 7.1.1, see Click's issue #1501
This commit is contained in:
2
setup.py
2
setup.py
@ -28,7 +28,7 @@ from platformio.compat import PY2
|
|||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
"bottle<0.13",
|
"bottle<0.13",
|
||||||
"click>=5,<8",
|
"click>=5,<8,!=7.1,!=7.1.1",
|
||||||
"colorama",
|
"colorama",
|
||||||
"pyserial>=3,<4,!=3.3",
|
"pyserial>=3,<4,!=3.3",
|
||||||
"requests>=2.4.0,<3",
|
"requests>=2.4.0,<3",
|
||||||
|
Reference in New Issue
Block a user