[tool.poetry] name = "empanadas" version = "0.1.0" description = "hand crafted ISOs with love and spice" authors = ["Louis Abel ", "Neil Hanlon "] [tool.poetry.dependencies] python = ">=3.7" rpm-py-installer = "~1.1.0" PyYAML = "~6.0" Jinja2 = "~2" productmd = "~1.33" importlib-resources = "^5.8.0" [tool.poetry.dev-dependencies] pytest = "~5" [tool.poetry.scripts] sync_from_peridot = "empanadas.scripts.sync_from_peridot:run" sync_from_peridot_test = "empanadas.scripts.sync_from_peridot_test:run" sync_sig = "empanadas.scripts.sync_sig:run" build-iso = "empanadas.scripts.build_iso:run" [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"