From 138f167225850e551711b607fe0e462288ea916a Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Thu, 9 Jul 2020 09:33:19 -0500 Subject: [PATCH] Declare 'invoke' as dependency chances are we'll want that often, if not always --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 5494b7e..903ba05 100644 --- a/setup.py +++ b/setup.py @@ -66,6 +66,7 @@ requires = [ # (something about "Syntax error near 'ROWS'" with grid queries) 'SQLAlchemy<1.3', # 1.2.19 + 'invoke', # 1.4.1 'psycopg2', # 2.8.5 'rattail', # 0.9.130 'Tailbone', # 0.8.97