-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(dependencies): Update Poetry dependencies + provisioner revisio…
…n to `573c195`
- Loading branch information
1 parent
2a30664
commit f092d89
Showing
10 changed files
with
375 additions
and
281 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,8 +67,14 @@ python-libnmap = "^0.7.3" | |
PyYAML = "^6.0" | ||
inquirer = "^2.10.0" | ||
python-hosts = "^1.0.3" | ||
python_core_lib = { git = "[email protected]:ZachiNachshon/provisioner.git", branch = "master", rev = "b42c27c", subdirectory = "python_core_lib" } | ||
provisioner_features_lib = { git = "[email protected]:ZachiNachshon/provisioner.git", branch = "master", rev = "b42c27c", subdirectory = "provisioner_features_lib" } | ||
# When using the dev-dependencies, the provisioner will be installed from the local folder | ||
# Those two lines should be commented out when running "poetry install" from within the plugins folder | ||
# To perform a clean build: | ||
# - Remove poetry.lock file | ||
# - Remove the .venv folder | ||
# - Run "make deps" from within the plugins folder | ||
python_core_lib = { git = "[email protected]:ZachiNachshon/provisioner.git", branch = "master", rev = "573c195", subdirectory = "python_core_lib" } | ||
provisioner_features_lib = { git = "[email protected]:ZachiNachshon/provisioner.git", branch = "master", rev = "573c195", subdirectory = "provisioner_features_lib" } | ||
|
||
[tool.poetry.dev-dependencies] | ||
black = "^22.8.0" | ||
|
@@ -79,7 +85,9 @@ diagrams = "^0.22.0" | |
ruff = "^0.0.265" | ||
|
||
# For debugging purposes when running "poetry run provisioner" from within the plugins folder | ||
provisioner = { path = "../../provisioner/provisioner", develop = true } | ||
# Make sure to comment out the provisioner line under [tool.poetry.scripts] | ||
# When building for prodoction, remember to comment out this line | ||
# provisioner = { path = "../../provisioner/provisioner", develop = true } | ||
|
||
[build-system] | ||
requires = ["poetry-core>=1.0.0"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,8 +64,14 @@ python-libnmap = "^0.7.3" | |
PyYAML = "^6.0" | ||
inquirer = "^2.10.0" | ||
python-hosts = "^1.0.3" | ||
python_core_lib = { git = "[email protected]:ZachiNachshon/provisioner.git", branch = "master", rev = "b42c27c", subdirectory = "python_core_lib" } | ||
provisioner_features_lib = { git = "[email protected]:ZachiNachshon/provisioner.git", branch = "master", rev = "b42c27c", subdirectory = "provisioner_features_lib" } | ||
# When using the dev-dependencies, the provisioner will be installed from the local folder | ||
# Those two lines should be commented out when running "poetry install" from within the plugins folder | ||
# To perform a clean build: | ||
# - Remove poetry.lock file | ||
# - Remove the .venv folder | ||
# - Run "make deps" from within the plugins folder | ||
python_core_lib = { git = "[email protected]:ZachiNachshon/provisioner.git", branch = "master", rev = "573c195", subdirectory = "python_core_lib" } | ||
provisioner_features_lib = { git = "[email protected]:ZachiNachshon/provisioner.git", branch = "master", rev = "573c195", subdirectory = "provisioner_features_lib" } | ||
|
||
[tool.poetry.dev-dependencies] | ||
black = "^22.8.0" | ||
|
@@ -76,7 +82,9 @@ diagrams = "^0.22.0" | |
ruff = "^0.0.265" | ||
|
||
# For debugging purposes when running "poetry run provisioner" from within the plugins folder | ||
provisioner = { path = "../../provisioner/provisioner", develop = true } | ||
# Make sure to comment out the provisioner line under [tool.poetry.scripts] | ||
# When building for prodoction, remember to comment out this line | ||
# provisioner = { path = "../../provisioner/provisioner", develop = true } | ||
|
||
[build-system] | ||
requires = ["poetry-core>=1.0.0"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.