We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a1419d commit e1af78dCopy full SHA for e1af78d
setup.py
@@ -40,7 +40,7 @@
40
"requests; extra != 'async'"
41
],
42
extras_require={
43
- "cli": ["typer[all], click-help-colors"],
+ "cli": ["typer[all]", "click-help-colors"],
44
"async": ["aiohttp"],
45
"all": ["aiohttp"]
46
}
0 commit comments