From c65cfe514456a98a877c81f3fe979a7cdc1687cf Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 9 Jun 2024 22:29:47 -0500 Subject: [PATCH] Remove version cap for `invoke` --- setup.cfg | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index 2a1eba3..4fe63ac 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,11 +21,7 @@ classifiers = [options] install_requires = - - # TODO: remove this workaround after new version is released? - # cf. https://github.com/pyinvoke/invoke/issues/935 - invoke<2.1 - + invoke psycopg2 rattail-tempmon Tailbone