Peg invoke
version to pre-2.1
apparently 2.1.1 has same problem as 2.1.0 hopefully can remove this in a few weeks; cf. https://github.com/fabric/fabric/issues/2263#issuecomment-1532107759
This commit is contained in:
parent
ecbc9abb10
commit
83a810cb0d
2
setup.py
2
setup.py
|
@ -43,7 +43,7 @@ requires = [
|
||||||
|
|
||||||
# TODO: remove this workaround after new version is released?
|
# TODO: remove this workaround after new version is released?
|
||||||
# cf. https://github.com/pyinvoke/invoke/issues/935
|
# cf. https://github.com/pyinvoke/invoke/issues/935
|
||||||
'invoke!=2.1.0', # 0.22.1 2.0.0
|
'invoke<2.1', # 0.22.1 2.0.0
|
||||||
|
|
||||||
'psycopg2', # 2.6.2
|
'psycopg2', # 2.6.2
|
||||||
'rattail-tempmon', # 0.2.6
|
'rattail-tempmon', # 0.2.6
|
||||||
|
|
Loading…
Reference in a new issue