Improved tab completion support for Bash, ZSH, and Fish shells // Resolve #4114

This commit is contained in:
Ivan Kravets
2021-12-02 16:34:05 +02:00
parent 04e9f38e0e
commit 55f8471aff
6 changed files with 47 additions and 62 deletions

View File

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