Declare 'invoke' as dependency
chances are we'll want that often, if not always
This commit is contained in:
parent
6143664f29
commit
138f167225
1
setup.py
1
setup.py
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue