Support the latest arrow package

This commit is contained in:
Ivan Kravets
2017-12-27 21:38:03 +02:00
parent 0516cd74e1
commit fc064aaf05
2 changed files with 2 additions and 2 deletions

View File

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