8 lines
117 B
TOML
8 lines
117 B
TOML
[project]
|
|
name = "scripts"
|
|
version = "0"
|
|
dependencies = [
|
|
"boto3",
|
|
"pydantic",
|
|
]
|
|
requires-python = "~= 3.12"
|