Skip to content

Commit 5e38349

Browse files
authored
Add packaging dependency to setup.cfg (#45)
1 parent 8ff6d98 commit 5e38349

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = terraform-local
3-
version = 0.17.0
3+
version = 0.17.1
44
url = https://github.com/localstack/terraform-local
55
author = LocalStack Team
66
author_email = info@localstack.cloud
@@ -28,6 +28,7 @@ packages = find:
2828
install_requires =
2929
localstack-client
3030
python-hcl2
31+
packaging
3132

3233
[options.extras_require]
3334
test =

0 commit comments

Comments
 (0)