Show detailed info about a library using pio lib show command // Resolve #430

This commit is contained in:
Ivan Kravets
2016-12-28 15:55:08 +02:00
parent b6e09c5da4
commit e7cc94c27e
7 changed files with 113 additions and 83 deletions

View File

@ -18,13 +18,14 @@ from platformio import (__author__, __description__, __email__, __license__,
__title__, __url__, __version__)
install_requires = [
"arrow<1",
"bottle<0.13",
"click>=5,<6",
"lockfile>=0.9.1,<0.13",
"requests>=2.4.0,<3",
"semantic_version>=2.5.0",
"colorama",
"pyserial>=3,<4"
"lockfile>=0.9.1,<0.13",
"pyserial>=3,<4",
"requests>=2.4.0,<3",
"semantic_version>=2.5.0"
]
setup(