diff --git a/pyproject.toml b/pyproject.toml index a1401c1..989041d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,19 +1,20 @@ [tool.poetry] name = "embark" -version = "0.1-alpha" +version = "0.2-alpha" description = "Embark playbook executor and development kit" authors = ["Tapeline"] license = "GNU GPL 3.0" readme = "README.md" [tool.poetry.dependencies] -python = "^3.12" +python = ">=3.12,<3.14" pydantic = "^2.9.2" PyYAML = "^6.0.2" [tool.poetry.dev-dependencies] pylint = "^3.3.1" mypy = "^1.11.2" +pyinstaller = "6.11.1" [tool.poetry.scripts] cleanbuild = "project_scripts:clean_build"