Skip to content

Commit d42c637

Browse files
author
Mark Beacom
authored
Fix #99 - Adjust setup.py to conform to pipfile until poetry replaces it (#100)
1 parent e8a2ed8 commit d42c637

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
@@ -27,7 +27,7 @@
2727
REQUIRES_PYTHON: str = ">=3.7.0"
2828
VERSION: str = os.environ.get("CLOUDENDURE_CLIENT_VERSION", "")
2929

30-
REQUIRED: List[str] = ["requests", "boto3", "fire"]
30+
REQUIRED: List[str] = ["requests", "boto3", "fire", "cookiecutter"]
3131
EXTRAS: Dict[str, List[str]] = {
3232
"test": [
3333
"coverage",

0 commit comments

Comments
 (0)