forked from platformio/platformio-core
Remove temporary hook for Arrow deps
This commit is contained in:
3
setup.py
3
setup.py
@ -25,8 +25,7 @@ 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,<3"
|
||||||
"backports.functools-lru-cache" # tmp for for arrow
|
|
||||||
]
|
]
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
Reference in New Issue
Block a user