Depend on Arrow 0.10.0 (issue with "backports.functools-lru-cache" for PIO Core+)

This commit is contained in:
Ivan Kravets
2017-11-25 23:54:50 +02:00
parent 9fc5aecb64
commit 02d9272d2a

View File

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