Update deps

This commit is contained in:
Ivan Kravets
2022-02-08 17:40:50 +02:00
parent 1a8567a6da
commit 8082158a16

View File

@ -29,13 +29,13 @@ from platformio.compat import PY2
minimal_requirements = [ minimal_requirements = [
"bottle==0.12.*", "bottle==0.12.*",
"click>=8,<9,!=8.0.2", "click>=8.0.3,<9",
"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",
"pyserial==3.*", "pyserial==3.*",
"requests==2.*", "requests==2.*",
"semantic_version==2.8.*", "semantic_version==2.9.*",
"tabulate==0.8.*", "tabulate==0.8.*",
] ]