init script

This commit is contained in:
Liam Pietralla
2026-09-07 11:03:59 +10:00
commit acf8728a4d
6 changed files with 562 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[project]
name = "aws-invoice-downloader"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"boto3>=1.43.89",
"botocore[crt]>=1.43.89",
"requests>=2.34.2",
"ruff>=0.16.6",
]