generated from the-liberated-edge/wikijs
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:
parent
dff665ba36
commit
51585e8db4
4
Pipfile
4
Pipfile
@ -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
1349
Pipfile.lock
generated
File diff suppressed because it is too large
Load Diff
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user