Changeset - 83a810cb0d73
[Not reviewed]
0 1 0
Lance Edgar (lance) - 11 months ago 2023-05-03 10:23:25
lance@edbob.org
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
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
setup.py
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)