19 lines
410 B
Django/Jinja
19 lines
410 B
Django/Jinja
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }}
|
|
|
|
[tool.poetry]
|
|
name = "coc"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Sonny Bakker <sonny871@hotmail.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.7"
|
|
black = "^19.10b0"
|
|
pylint = "^2.5.3"
|
|
autoflake = "^1.3.1"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry>=0.12"]
|
|
build-backend = "poetry.masonry.api"
|