aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2021-12-04 14:02:23 +0000
committerRomain Gonçalves <me@rgoncalves.se>2021-12-04 15:07:43 +0000
commitce061ee4ce308bb7ee04c1df1e91792ff11b1ba6 (patch)
treec1fb54d9c680d8f35a99245654f8b99716059005 /pyproject.toml
parent1d3e6e2351e855d7deca94c0e47a66e3373ee484 (diff)
downloadinfrastructure-ce061ee4ce308bb7ee04c1df1e91792ff11b1ba6.tar.gz
poetry: Add ansible as a dependendy
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..a7e7e32
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,16 @@
+[tool.poetry]
+name = "infrastructure"
+version = "0.1.0"
+description = ""
+authors = ["Romain Gonçalves <commit@rgoncalves.se>"]
+
+[tool.poetry.dependencies]
+python = "^3.9"
+ansible = "^5.0.1"
+ansible-lint = "^5.3.0"
+
+[tool.poetry.dev-dependencies]
+
+[build-system]
+requires = ["poetry-core>=1.0.0"]
+build-backend = "poetry.core.masonry.api"
remember that computers suck.