diff --git a/README.md b/README.md index ec94892..d0c1592 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ please refer to the man pages of `terraform --help`. ## Change Log +* v0.17.1: Add `packaging` module to install requirements * v0.17.0: Add option to use new endpoints S3 backend options * v0.16.1: Update Setuptools to exclude tests during packaging * v0.16.0: Introducing semantic versioning and AWS_ENDPOINT_URL variable diff --git a/setup.cfg b/setup.cfg index 5e0ed67..b304958 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = terraform-local -version = 0.17.0 +version = 0.17.1 url = https://github.com/localstack/terraform-local author = LocalStack Team author_email = info@localstack.cloud @@ -28,6 +28,7 @@ packages = find: install_requires = localstack-client python-hcl2 + packaging [options.extras_require] test =