Skip to content

Commit e1af78d

Browse files
authored
fix setup.py dep (#18)
1 parent 3a1419d commit e1af78d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"requests; extra != 'async'"
4141
],
4242
extras_require={
43-
"cli": ["typer[all], click-help-colors"],
43+
"cli": ["typer[all]", "click-help-colors"],
4444
"async": ["aiohttp"],
4545
"all": ["aiohttp"]
4646
}

0 commit comments

Comments
 (0)