Add version restriction for invoke
lib
per bug in latest release
This commit is contained in:
parent
492cdc0329
commit
ecbc9abb10
5
setup.py
5
setup.py
|
@ -41,7 +41,10 @@ requires = [
|
||||||
#
|
#
|
||||||
# package # low high
|
# package # low high
|
||||||
|
|
||||||
'invoke', # 0.22.1
|
# TODO: remove this workaround after new version is released?
|
||||||
|
# cf. https://github.com/pyinvoke/invoke/issues/935
|
||||||
|
'invoke!=2.1.0', # 0.22.1 2.0.0
|
||||||
|
|
||||||
'psycopg2', # 2.6.2
|
'psycopg2', # 2.6.2
|
||||||
'rattail-tempmon', # 0.2.6
|
'rattail-tempmon', # 0.2.6
|
||||||
'Tailbone', # 0.5.49
|
'Tailbone', # 0.5.49
|
||||||
|
|
Loading…
Reference in a new issue