Support the latest arrow package

This commit is contained in:
Ivan Kravets
2017-12-27 21:38:03 +02:00
parent 0516cd74e1
commit fc064aaf05
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ from platformio.managers.package import PackageManager
CORE_PACKAGES = {
"contrib-piohome": ">=0.6.0,<2",
"contrib-pysite": ">=0.1.1,<2",
"contrib-pysite": ">=0.1.2,<2",
"tool-pioplus": ">=0.12.1,<2",
"tool-unity": "~1.20302.1",
"tool-scons": "~3.20501.2"

View File

@ -18,7 +18,7 @@ from platformio import (__author__, __description__, __email__, __license__,
__title__, __url__, __version__)
install_requires = [
"arrow==0.10.0",
"arrow>=0.10.0,!=0.11.0",
"bottle<0.13",
"click>=5,<6",
"colorama",