try nix shell

This commit is contained in:
Benjamin Lipp
2025-04-08 16:43:31 +02:00
parent 25f2abac80
commit 9ab120843a
6 changed files with 554 additions and 9 deletions

View File

@@ -7,7 +7,8 @@ authors = ["Author Name <author@example.com>"]
# license = "BSD"
packages = [
{ include = "**/*.[hp]y", from = "src", to = "rosenpass_marzipan" },
{ include = "**/*.lark", from = "src", to = "rosenpass_marzipan" },
{ include = "**/*.sh", from = "src", to = "rosenpass_marzipan" },
#{ include = "**/*.lark", from = "src", to = "rosenpass_marzipan" },
]
[tool.poetry.scripts]
@@ -18,6 +19,9 @@ python = ">=3.12,<3.13"
hy = "^1.0.0"
lark = "^1.2.2"
hyrule = "^0.8.0"
ipython = "^8.32.0"
click = "^8.1.8"
rich = "^13.9.4"
[tool.poetry.group.dev.dependencies]
poetry = "^2.0.0"