Skip to content

Commit 7e68d1b

Browse files
author
chenjunjie
committed
🐞 fix: add dependencies
1 parent 8b92785 commit 7e68d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
"Programming Language :: Python :: 3.7",
2121
"Programming Language :: Python :: 3.8",
2222
]
23-
dependencies = ["click", "rich", "requests", "types-requests"]
23+
dependencies = ["click", "rich", "requests", "types-requests", "click-plugins"]
2424
dynamic = ["version", "description"]
2525

2626
[project.urls]

0 commit comments

Comments
 (0)