Skip to content

Commit

Permalink
Refactor requirement gropus
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak committed Jun 15, 2024
1 parent 12cfb42 commit 30da14a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ else
cp -a . "$tmpdir/nephelaiio.docker"
fi
pushd "$tmpdir/nephelaiio.docker"
python3 -m pipx run poetry install
python3 -m pipx run poetry install --without dev
pushd "$tmpdir/nephelaiio.docker/install"
python3 -m pipx run poetry run ansible-galaxy install --roles-path ../../ -r ../requirements.yml
ANSIBLE_ROLES_PATH=../../ python3 -m pipx run poetry run ansible-playbook \
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
ansible = "^10.0.0"
passlib = "^1.7.4"
netaddr = "^1.3.0"

[tool.poetry.group.dev.dependencies]
ansible-lint = { version = "^24.6.0", markers = "platform_system != 'Windows'" }
ansible = "^10.0.0"
molecule = "^24.2.1"
molecule-plugins = {extras = ["docker"], version = "^23.5.3"}
yamllint = "^1.35.1"
netaddr = "^1.3.0"
lxml = "^5.2.1"
libvirt-python = "^10.3.0"
passlib = "^1.7.4"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 30da14a

Please sign in to comment.