major vscode config overhauls. Getting python working as expected
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 21m26s
Podman DDNS Image / build-and-push-ddns (push) Successful in 34s

This commit is contained in:
2025-05-26 12:04:53 -04:00
parent 7b93f740ec
commit de8b827cfb
7 changed files with 5511 additions and 87 deletions

View File

@@ -6,5 +6,6 @@ readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"boto3>=1.37.30",
"boto3-stubs[all]>=1.38.23",
"pytest>=8.3.5",
]