i-25: Fix dependency issues (#26)

1. A development dependency in `Pipfile` named `install` had to be removed.
2. `yamllint` had to be added as a development dependency in `Pipfile`.
3. The required Python version for Pipenv has been bumped to 3.12.

Co-authored-by: emil <emil@theliberatededge.org>
Reviewed-on: #26
This commit is contained in:
emil 2024-08-18 21:19:36 +00:00
parent dff665ba36
commit 51585e8db4
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: