Initial commit

This commit is contained in:
Sonny Bakker 2020-11-23 13:01:15 +01:00
commit b393bde9e5
21 changed files with 391 additions and 0 deletions

View file

@ -0,0 +1,19 @@
# {{ 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"