From b329940d6b1dc4880dc33ae91bf820a4b1eada00 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 29 May 2023 17:53:00 -0500 Subject: [PATCH] Remove version cap for `invoke` lib this undoes commit 2c26ab20aa12738dae655bd0156b16ee2313043c --- setup.cfg | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 513d71c..109090e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,10 +31,7 @@ install_requires = # need to explicitly install e.g. 8.0.17 depending on how it behaves... mysql-connector-python - # TODO: remove this once new version is released - # cf. https://github.com/pyinvoke/invoke/issues/935 - invoke<2.1 - + invoke psycopg2 rattail-fabric2 Tailbone