From 83a810cb0d73644c9416db56c086df6d8ce292b4 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Wed, 3 May 2023 10:23:25 -0500 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 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 22a9160..200ceba 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