aboutsummaryrefslogblamecommitdiffstats
path: root/pyproject.toml
blob: 4083b783b7f5c2bdc2c0686050f17bbd67994d12 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                      
                                                                              





                                         
[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"
mitogen = { git = "https://github.com/mitogen-hq/mitogen", branch = "master" }

[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
remember that computers suck.