Skip to content

Commit 9d7ce4f

Browse files
committed
Add python-fire to setup.py
1 parent 90995aa commit 9d7ce4f

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
@@ -25,7 +25,7 @@
2525
REQUIRES_PYTHON: str = ">=3.6.0"
2626
VERSION: str = "0.0.4"
2727

28-
REQUIRED: List[str] = ["requests", "boto3"]
28+
REQUIRED: List[str] = ["requests", "boto3", "fire"]
2929
EXTRAS: Dict[str, List[str]] = {
3030
"test": [
3131
"coverage",

0 commit comments

Comments
 (0)