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 e8a2ed8 commit d42c637Copy full SHA for d42c637
setup.py
@@ -27,7 +27,7 @@
27
REQUIRES_PYTHON: str = ">=3.7.0"
28
VERSION: str = os.environ.get("CLOUDENDURE_CLIENT_VERSION", "")
29
30
-REQUIRED: List[str] = ["requests", "boto3", "fire"]
+REQUIRED: List[str] = ["requests", "boto3", "fire", "cookiecutter"]
31
EXTRAS: Dict[str, List[str]] = {
32
"test": [
33
"coverage",
0 commit comments