diff options
| author | alex <alex@pdp7.net> | 2024-06-09 16:01:48 +0200 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2024-06-09 16:04:20 +0200 |
| commit | 183c60cb7694febba9006aef95e1ba083ffe84f0 (patch) | |
| tree | 81d9d0655b3d284a0f2300d057514d38537fba12 /personal_infra/pyproject.toml | |
| parent | 2c19db3d9df229d499c53d1d9167d8765ee6f07f (diff) | |
Manage using rye
Diffstat (limited to 'personal_infra/pyproject.toml')
| -rw-r--r-- | personal_infra/pyproject.toml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/personal_infra/pyproject.toml b/personal_infra/pyproject.toml new file mode 100644 index 00000000..ea087810 --- /dev/null +++ b/personal_infra/pyproject.toml @@ -0,0 +1,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 |
