added code to start and stop aws servers

This commit is contained in:
2023-09-22 17:37:39 -04:00
parent fd2a930a0a
commit 2a54a2ae93
3 changed files with 195 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ dependencies = [
"rich>=13.5.3",
"nicegui>=1.3.14",
"boto3>=1.28.52",
"boto3-stubs[essential]>=1.28.52",
]
requires-python = ">=3.11"
readme = "README.md"