Add version restriction for invoke lib

per bug in latest release
This commit is contained in:
Lance Edgar 2023-04-30 21:05:32 -05:00
parent 492cdc0329
commit ecbc9abb10

View file

@ -41,7 +41,10 @@ requires = [
#
# 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
'rattail-tempmon', # 0.2.6
'Tailbone', # 0.5.49