aboutsummaryrefslogtreecommitdiff
path: root/personal_infra/pyproject.toml
blob: ea087810d1ca908385250cfdeeb39a37085fc52a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[project]
name = "sys2"
version = "0.1.0"
description = "Add your description here"
dependencies = [
    "ansible>=10.0.1",
    "jmespath>=1.0.1",
    "botocore>=1.34.122",
    "boto3>=1.34.122",
]
requires-python = ">= 3.8"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.rye]
managed = true
dev-dependencies = []
virtual = true

[tool.hatch.metadata]
allow-direct-references = true