Add awscli tools to the admin

This changeset adds the awscli tools as a development dependency so that we are able to manage local connectivity to AWS resources when needed.  It is also needed to help with deploying the project to the sandbox environment and/or updating the Terraform to manage the infrastructure.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2024-09-30 10:13:12 -04:00
parent 49ec3dc559
commit 4f193e362c
2 changed files with 66 additions and 15 deletions

View File

@@ -72,9 +72,11 @@ webencodings = "^0.5.1"
[tool.poetry.group.dev.dependencies]
awscli = "^1.34.29"
bandit = "*"
black = "^24.2.0"
coverage = "*"
detect-secrets = "^1.5.0"
freezegun = "^1.5.1"
flake8 = "^7.1.0"
flake8-bugbear = "^24.1.17"
@@ -93,7 +95,6 @@ pytest-xdist = "^3.5.0"
radon = "^6.0.1"
requests-mock = "^1.11.0"
vulture = "^2.11"
detect-secrets = "^1.5.0"
[build-system]