Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tapeline committed Nov 12, 2024
1 parent 1eacaa9 commit 9f69a97
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 9f69a97

Please sign in to comment.