From 83a810cb0d73644c9416db56c086df6d8ce292b4 2023-05-03 10:23:25 From: Lance Edgar Date: 2023-05-03 10:23:25 Subject: [PATCH] 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 --- diff --git a/setup.py b/setup.py index 22a91605bb0d1579eba53e0f8dc90b013e43b2e3..200ceba5665230fcc2bda115c7fc2882afa24931 100644 --- a/setup.py +++ b/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