From 22ca015815ccaded9679af0dc47bee2e5b3c0628 Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Sun, 4 Jul 2021 23:30:25 -0400 Subject: [PATCH] Change max click ver from 7 to 9 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e82ee46..fe11028 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ 'aiohttp>=2.2.5,<3', 'python-dateutil>=2.6.1,<3', 'humanize>=0.5.1,<1', - 'click>=6.7,<7', + 'click>=6.7,<9', ], extras_require={