Skip to content

Commit

Permalink
edb-terraform cli - Python version bumped to 3.8 to match the 3 provi…
Browse files Browse the repository at this point in the history
…ders cli minimum version requirements.
  • Loading branch information
bryan-bar committed Feb 16, 2024
1 parent 03cef8b commit e80ab3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ A tool for generating Terraform projects using pre-defined templates and modules

The following components must be installed on the system:
- [Terraform >= 1.3.6, <= 1.5.5](https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli#install-terraform)
- Python >= 3.6
- Python >= 3.8
- Bash
- [JQ](https://jqlang.github.io/jq/download/)
- [JQ >= 1.6](https://jqlang.github.io/jq/download/)
- Cloud provider cli tool with credentials configured
- [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html)
- [GCloud CLI](https://cloud.google.com/sdk/docs/install-sdk)
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
cryptography
dataclasses~=0.8;python_version~="3.6.0"
PyYaml >= 6.0.1, < 7.0.0
jinja2 >= 3.0.0, < 4.0.0
python-hcl2~=4.3.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def get_requirements():
"Topic :: Database",
],
keywords="terraform cloud yaml edb cli aws rds aurora azure aks gcloud gke kubernetes k8s",
python_requires=">=3.6",
python_requires=">=3.8",
install_requires=get_requirements(),
extras_require={},
data_files=[],
Expand Down

0 comments on commit e80ab3d

Please sign in to comment.