refactor: add poetry and make scripts for simpler usage

This commit is contained in:
2023-02-18 18:46:55 -08:00
parent 1fdfe560aa
commit 0f1ca446cd
5 changed files with 367 additions and 2 deletions

15
pyproject.toml Normal file
View File

@@ -0,0 +1,15 @@
[tool.poetry]
name = "alpina"
version = "0.1.0"
description = ""
authors = ["Iurii Tatishchev <itatishch@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
ansible = "^6.5.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"