blob: a7e7e32a46950c7482e86c3523b2d1ebab69dd44 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"
|