i-25: Fix dependency issues #26

Merged
emil merged 1 commits from i-25-fix-local-dev-env into main 2024-08-18 21:19:37 +00:00
3 changed files with 741 additions and 614 deletions

View File

@ -7,9 +7,9 @@ name = "pypi"
ansible = "*"
[dev-packages]
install = "*"
molecule = {extras = ["ansible"], version = "*"}
yamlfix = "*"
yamllint = "*"
[requires]
python_version = "3.11"
python_version = "3.12"

1349
Pipfile.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
version: '3'
tasks:
init-project:
cmds: [pipenv install, pipenv install --dev]
cmds: [pipenv install --dev]
pipenv-shell:
cmds: [pipenv shell]
format-yml: