From e93b8b1597c9b0fcbabfd5f95d150b59711ac4a7 Mon Sep 17 00:00:00 2001 From: Amethyst Reese Date: Tue, 30 May 2023 16:18:45 -0700 Subject: [PATCH] Restrict libcst to <1 for compat issues --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 70eef8c..8f60c16 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ python_requires = >=3.6 install_requires = attrs >= 21.2.0 click >= 7.0.0 - LibCST >= 0.3.7 + LibCST >= 0.3.7, < 1.0 moreorless >= 0.3.0 stdlibs >= 2021.4.1 toml >= 0.10.0