Add local project env
This commit is contained in:
1299
poetry.lock
generated
Normal file
1299
poetry.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
25
pyproject.toml
Normal file
25
pyproject.toml
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
[tool.poetry]
|
||||||
|
name = "skylab-ansible"
|
||||||
|
version = "0.0.0"
|
||||||
|
description = "Network deployment procedures and configuration state"
|
||||||
|
authors = ["Ethan Paul <me@enp.one>"]
|
||||||
|
license = "MIT"
|
||||||
|
|
||||||
|
[tool.poetry.dependencies]
|
||||||
|
python = "^3.8"
|
||||||
|
ansible = "^3.4.0"
|
||||||
|
docker = "^4.2.0"
|
||||||
|
docker-compose = "^1.25.4"
|
||||||
|
paramiko = "^2.7.1"
|
||||||
|
jsondiff = "^1.2.0"
|
||||||
|
|
||||||
|
[tool.poetry.dev-dependencies]
|
||||||
|
ansible-lint = "^4.2.0"
|
||||||
|
pre-commit = "^2.9.2"
|
||||||
|
pre-commit-hooks = "^3.3.0"
|
||||||
|
safety = "^1.9.0"
|
||||||
|
tox = "^3.20.1"
|
||||||
|
tox-poetry-installer = "^0.8.1"
|
||||||
|
yamllint = "^1.20.0"
|
||||||
|
mdformat = "^0.7.9"
|
||||||
|
mdformat-gfm = "^0.3.3"
|
Reference in New Issue
Block a user