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
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -43,7 +43,7 @@ requires = [
|
|||
|
||||
# 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
|
||||
'invoke<2.1', # 0.22.1 2.0.0
|
||||
|
||||
'psycopg2', # 2.6.2
|
||||
'rattail-tempmon', # 0.2.6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue