blob: 1308339e1e6961c267fa2404c2329a4ee98de548 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[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",
"kubernetes>=30.1.0",
]
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
|