forked from platformio/platformio-core
Show detailed info about a library using pio lib show
command // Resolve #430
This commit is contained in:
9
setup.py
9
setup.py
@ -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(
|
||||
|
Reference in New Issue
Block a user