From e1af78d6607cd16067b7d2531e8fe6d21c5e0e93 Mon Sep 17 00:00:00 2001 From: classabbyamp <5366828+classabbyamp@users.noreply.github.com> Date: Mon, 27 Sep 2021 03:14:28 -0400 Subject: [PATCH] fix setup.py dep (#18) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 51fcfb2..821540c 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ "requests; extra != 'async'" ], extras_require={ - "cli": ["typer[all], click-help-colors"], + "cli": ["typer[all]", "click-help-colors"], "async": ["aiohttp"], "all": ["aiohttp"] }