This repository has been archived on 2024-05-02. You can view files and clone it, but cannot push or open issues or pull requests.
omni-ansible/pyproject.toml

25 lines
544 B
TOML
Raw Normal View History

2020-02-12 04:15:34 +00:00
[tool.poetry]
name = "omni-ansible"
version = "0.0.0"
description = "Network deployment procedures and configuration state"
authors = ["Ethan Paul <me@enp.one>"]
2020-02-12 04:15:34 +00:00
license = "MIT"
[tool.poetry.dependencies]
python = "^3.7"
ansible = "^2.9.4"
2020-03-21 17:11:42 +00:00
docker = "^4.2.0"
docker-compose = "^1.25.4"
paramiko = "^2.7.1"
2020-12-09 03:23:17 +00:00
jsondiff = "^1.2.0"
2020-02-12 04:15:34 +00:00
[tool.poetry.dev-dependencies]
ansible-lint = "^4.2.0"
ansible-toolbox = "^0.3"
pre-commit = "^2.9.2"
pre-commit-hooks = "^3.3.0"
safety = "^1.9.0"
tox = "^3.20.1"
tox-poetry-installer = "^0.5.2"
yamllint = "^1.20.0"