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"] }