aboutsummaryrefslogtreecommitdiff
path: root/personal_infra/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'personal_infra/pyproject.toml')
-rw-r--r--personal_infra/pyproject.toml23
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