Allow multiple instances of @PlatformIO

This commit is contained in:
Ivan Kravets
2015-09-03 19:04:09 +03:00
parent 25c448627e
commit 0d8d5fdb32
9 changed files with 173 additions and 111 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ setup(
license=__license__,
install_requires=[
"bottle",
"click>=3.0",
"click>=3.2",
"lockfile",
"pyserial",
"requests>=2.4.0",
"SCons"