Cap version of invoke, until next fabric2 release
cf. https://github.com/fabric/fabric/issues/2263
This commit is contained in:
parent
96276b3f55
commit
2c26ab20aa
5
setup.py
5
setup.py
|
@ -48,7 +48,10 @@ requires = [
|
||||||
# need to explicitly install e.g. 8.0.17 depending on how it behaves...
|
# need to explicitly install e.g. 8.0.17 depending on how it behaves...
|
||||||
'mysql-connector-python',
|
'mysql-connector-python',
|
||||||
|
|
||||||
'invoke', # 1.4.1
|
# TODO: remove this once new version is released
|
||||||
|
# cf. https://github.com/pyinvoke/invoke/issues/935
|
||||||
|
'invoke<2.1', # 1.4.1 2.0.0
|
||||||
|
|
||||||
'psycopg2', # 2.8.4
|
'psycopg2', # 2.8.4
|
||||||
'rattail-fabric2', # 0.2.1
|
'rattail-fabric2', # 0.2.1
|
||||||
'Tailbone', # 0.8.72
|
'Tailbone', # 0.8.72
|
||||||
|
|
Loading…
Reference in a new issue