forked from platformio/platformio-core
Temporary fix for Arrow with a missing deps to backports.functools-lru-cache
This commit is contained in:
3
setup.py
3
setup.py
@ -25,7 +25,8 @@ install_requires = [
|
|||||||
"lockfile>=0.9.1,<0.13",
|
"lockfile>=0.9.1,<0.13",
|
||||||
"pyserial>=3,<4,!=3.3",
|
"pyserial>=3,<4,!=3.3",
|
||||||
"requests>=2.4.0,<3",
|
"requests>=2.4.0,<3",
|
||||||
"semantic_version>=2.5.0"
|
"semantic_version>=2.5.0",
|
||||||
|
"backports.functools-lru-cache" # tmp for for arrow
|
||||||
]
|
]
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
Reference in New Issue
Block a user