Refactor Library Dependency Finder

This commit is contained in:
Ivan Kravets
2016-07-28 01:52:18 +03:00
parent 187315fc08
commit be85eb3e4a
6 changed files with 21 additions and 15 deletions

View File

@@ -21,7 +21,7 @@ from platformio import (__author__, __description__, __email__, __license__,
install_requires = [
"bottle<0.13",
"click>=3.2,<6",
"click>=5,<6",
"lockfile>=0.9.1,<0.13",
"requests>=2.4.0,<3",
"semantic_version>=2.5.0",