Skip to content

Instantly share code, notes, and snippets.

@cjw296
Created April 8, 2020 06:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cjw296/c60c14f105b24f3ca625a11c87789fa6 to your computer and use it in GitHub Desktop.
Save cjw296/c60c14f105b24f3ca625a11c87789fa6 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "ansible-config"
version = "0.1.0"
description = ""
authors = ["Chris Withers <chris@simplistix.co.uk>"]
[tool.poetry.dependencies]
python = "^3.7"
ansible = "^2.8"
jinja2 = "^2.10"
PyYAML = "^5.1"
cryptography = "^2.8"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment