chik-puzzles 0.20.2

Chik primitives needed for building wallets.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[tool.poetry]
name = "chik_puzzles_py"
version = "0.20.2"
authors = ["Matt Howard <matt@chiknetwork.com>"]
description = "A collection of the currently deployed ChikLisp puzzles."
readme = "README.md"
packages=[{include = "chik_puzzles_py"}]

[tool.poetry.dependencies]
python = "^3.8"
klvm-tools-rs = "^0.1.45"
pytest = "^8.3.3"
klvm-rs = "^0.2.3"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"