From ed8cfcf66decfaf7b6b3cb5f47a068b6cbae2dab Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sat, 16 Apr 2022 13:18:02 -0400 Subject: [PATCH] Drop `arrow` from install deps --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index faaa8dac..fc3ce78a 100755 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ setup( 'ib_insync', # numerics - 'arrow', # better datetimes + 'pendulum', # easier datetimes 'bidict', # 2 way map 'cython', 'numpy',