Declare 'invoke' as dependency

chances are we'll want that often, if not always
This commit is contained in:
Lance Edgar 2020-07-09 09:33:19 -05:00
parent 6143664f29
commit 138f167225

View file

@ -66,6 +66,7 @@ requires = [
# (something about "Syntax error near 'ROWS'" with grid queries) # (something about "Syntax error near 'ROWS'" with grid queries)
'SQLAlchemy<1.3', # 1.2.19 'SQLAlchemy<1.3', # 1.2.19
'invoke', # 1.4.1
'psycopg2', # 2.8.5 'psycopg2', # 2.8.5
'rattail', # 0.9.130 'rattail', # 0.9.130
'Tailbone', # 0.8.97 'Tailbone', # 0.8.97