Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
695 changes: 403 additions & 292 deletions poetry.lock

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python_gardenlinux_lib"
version = "0.4.5"
version = "0.5.0"
description = "Contains tools to work with the features directory of gardenlinux, for example deducting dependencies from feature sets or validating cnames"
authors = ["Garden Linux Maintainers <contact@gardenlinux.io>"]
license = "Apache-2.0"
Expand All @@ -19,11 +19,15 @@ jsonschema = "^4.23.0"
oras = { git = "https://github.com/oras-project/oras-py.git", rev="caf8db5b279382335fbb1f6d7402ed9b73618d37" }
python-dotenv = "^1.0.1"
cryptography = "^44.0.0"
boto3 = "*"


[tool.poetry.group.dev.dependencies]
black = "^24.8.0"

[tool.poetry.scripts]
flavors-parse = "src.python_gardenlinux_lib.flavors.parse_flavors:main"

[tool.pytest.ini_options]
pythonpath = [
"src"
Expand Down
Empty file.
Loading