mirror of
https://github.com/platformio/platformio-core.git
synced 2025-08-01 02:54:25 +02:00
Depend on Arrow 0.10.0 (issue with "backports.functools-lru-cache" for PIO Core+)
This commit is contained in:
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<1",
|
"arrow==0.10.0",
|
||||||
"bottle<0.13",
|
"bottle<0.13",
|
||||||
"click>=5,<6",
|
"click>=5,<6",
|
||||||
"colorama",
|
"colorama",
|
||||||
|
Reference in New Issue
Block a user