forked from platformio/platformio-core
Support the latest arrow package
This commit is contained in:
@ -22,7 +22,7 @@ from platformio.managers.package import PackageManager
|
|||||||
|
|
||||||
CORE_PACKAGES = {
|
CORE_PACKAGES = {
|
||||||
"contrib-piohome": ">=0.6.0,<2",
|
"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-pioplus": ">=0.12.1,<2",
|
||||||
"tool-unity": "~1.20302.1",
|
"tool-unity": "~1.20302.1",
|
||||||
"tool-scons": "~3.20501.2"
|
"tool-scons": "~3.20501.2"
|
||||||
|
2
setup.py
2
setup.py
@ -18,7 +18,7 @@ from platformio import (__author__, __description__, __email__, __license__,
|
|||||||
__title__, __url__, __version__)
|
__title__, __url__, __version__)
|
||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
"arrow==0.10.0",
|
"arrow>=0.10.0,!=0.11.0",
|
||||||
"bottle<0.13",
|
"bottle<0.13",
|
||||||
"click>=5,<6",
|
"click>=5,<6",
|
||||||
"colorama",
|
"colorama",
|
||||||
|
Reference in New Issue
Block a user