File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ please refer to the man pages of `terraform --help`.
4848
4949## Change Log
5050
51+ * v0.17.1: Add ` packaging ` module to install requirements
5152* v0.17.0: Add option to use new endpoints S3 backend options
5253* v0.16.1: Update Setuptools to exclude tests during packaging
5354* v0.16.0: Introducing semantic versioning and AWS_ENDPOINT_URL variable
Original file line number Diff line number Diff line change 11[metadata]
22name = terraform-local
3- version = 0.17.0
3+ version = 0.17.1
44url = https://github.com/localstack/terraform-local
55author = LocalStack Team
66author_email = info@localstack.cloud
@@ -28,6 +28,7 @@ packages = find:
2828install_requires =
2929 localstack-client
3030 python-hcl2
31+ packaging
3132
3233[options.extras_require]
3334test =
You can’t perform that action at this time.
0 commit comments