From b642823b6c785536713e7ab36cdd2ed7742edccd Mon Sep 17 00:00:00 2001 From: MarcoFavorito Date: Tue, 6 Jun 2023 14:48:33 +0200 Subject: [PATCH] build: bump click version lower-bound to 8.1.3 This is not a strictly necessary change, but it is useful to find the minimum click version working across systems and to early detect dependency conflicts. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 60744fb..b7e3205 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ install_requires = [ "lark>=1.1.5,<1.2.0", - "click>=8,<9" + "click>=8.1.3,<9.0.0" ] setup(