From f4ed8bdab5a2c970f159cad3513f109edd3005b1 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Thu, 5 Mar 2020 00:33:19 -0800 Subject: [PATCH] add arrow which is used by fakedata.py.. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 48b5eb2..0a46280 100644 --- a/setup.py +++ b/setup.py @@ -15,6 +15,7 @@ setup(name='solardash', packages=[ 'solardash', ], install_requires=[ 'aiohttp', + 'arrow', 'RainEagle @ git+https://www.funkthat.com/gitea/jmg/RainEagle.git', ], extras_require = {