-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpoetry.lock
96 lines (85 loc) · 4.24 KB
/
poetry.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
[[package]]
name = "chialisp-builder"
version = "0.1.2"
description = "Allow on-demand builds of chialisp with recursive dependency checking."
optional = false
python-versions = "*"
files = [
{file = "chialisp_builder-0.1.2.tar.gz", hash = "sha256:658a8baf70ee8cdc0466c429173312be1ff05aace4852fc078c9bf1cfdd60d62"},
]
[package.dependencies]
clvm_tools_rs = "*"
runtime_builder = ">=0.1.3"
[[package]]
name = "chialisp-loader"
version = "0.1.2"
description = "Provides `load_puzzle` which dynamic rebuilds if `chialisp_builder` is available."
optional = false
python-versions = "*"
files = [
{file = "chialisp_loader-0.1.2.tar.gz", hash = "sha256:085080fc7d4a3fab90fe93db3c599391b869047846608da1ae92b54b4100e8a6"},
]
[package.dependencies]
clvm_rs = "*"
importlib_resources = "*"
[[package]]
name = "clvm-rs"
version = "0.8.0"
description = "Implementation of `clvm` for Chia Network's cryptocurrency"
optional = false
python-versions = "*"
files = [
{file = "clvm_rs-0.8.0-cp38-abi3-macosx_10_14_x86_64.whl", hash = "sha256:0396ee2a697aad949fb76f4f5ee0f46f784ceaab7d4b82dac6e1ed15320fccdb"},
{file = "clvm_rs-0.8.0-cp38-abi3-macosx_11_0_arm64.whl", hash = "sha256:8e2d993de1b6c618dc0dc894790fe6b37a66ce43eee8ad427031f95c9ce29b49"},
{file = "clvm_rs-0.8.0-cp38-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:ef67e4f9f89237f7e242f8a93c442586a994f0a772c1370e3125fa422ed0edc5"},
{file = "clvm_rs-0.8.0-cp38-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:e5a4bd420c052c052032ca12003e1922cec509100b934fa60e3ce60601b149ff"},
{file = "clvm_rs-0.8.0-cp38-abi3-win_amd64.whl", hash = "sha256:7cd13ce5ee4b29dfbe5a29cab4e88562dbf01d59bb2c8f7c78fb468ab5d2366b"},
{file = "clvm_rs-0.8.0.tar.gz", hash = "sha256:542b653c4cffdd86c0e292e9f71819829171246419800137b1cc937dcc748cb7"},
]
[[package]]
name = "clvm-tools-rs"
version = "0.1.43"
description = "tools for working with chialisp language; compiler, repl, python and wasm bindings"
optional = false
python-versions = "*"
files = [
{file = "clvm_tools_rs-0.1.43-cp38-abi3-macosx_11_0_arm64.whl", hash = "sha256:0dc68bdc7704d502d0193a9634764fffd2d618207b4a0260dbb32938881dad6c"},
{file = "clvm_tools_rs-0.1.43-cp38-abi3-macosx_11_0_x86_64.whl", hash = "sha256:49f5065a64a560e9d5ffaf5d30f074cf65a1196a2d9c554724bfff646a8697cc"},
{file = "clvm_tools_rs-0.1.43-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cbc10526fc6abd606d337f93ca89ea52e95e390134d6d15620a3ad9d1a122ba5"},
{file = "clvm_tools_rs-0.1.43-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3548f9c870e20c1dcdf90820046803d3a9b487a12c0c5d0563031ae7677e64a8"},
{file = "clvm_tools_rs-0.1.43-cp38-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:0d905bb57c3fca1e9b227ed233974a630ac912929091287800c82fdd6a51150a"},
{file = "clvm_tools_rs-0.1.43-cp38-abi3-win_amd64.whl", hash = "sha256:423915b4098d38112ed8e7b8fcac1eafacb7fb2ac11cf5c371d7853a85577d4f"},
]
[[package]]
name = "importlib-resources"
version = "6.4.4"
description = "Read resources from Python packages"
optional = false
python-versions = ">=3.8"
files = [
{file = "importlib_resources-6.4.4-py3-none-any.whl", hash = "sha256:dda242603d1c9cd836c3368b1174ed74cb4049ecd209e7a1a0104620c18c5c11"},
{file = "importlib_resources-6.4.4.tar.gz", hash = "sha256:20600c8b7361938dc0bb2d5ec0297802e575df486f5a544fa414da65e13721f7"},
]
[package.extras]
check = ["pytest-checkdocs (>=2.4)", "pytest-ruff (>=0.2.1)"]
cover = ["pytest-cov"]
doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"]
enabler = ["pytest-enabler (>=2.2)"]
test = ["jaraco.test (>=5.4)", "pytest (>=6,!=8.1.*)", "zipp (>=3.17)"]
type = ["pytest-mypy"]
[[package]]
name = "runtime-builder"
version = "0.1.5"
description = "Allow automatic builds in edit mode"
optional = false
python-versions = "*"
files = [
{file = "runtime_builder-0.1.5.tar.gz", hash = "sha256:c94256fc7112d4a392d7eadd701c490328d82ef308ee7807bd203b9cd58b3a1d"},
]
[package.dependencies]
importlib_resources = ">=6.1.1"
[metadata]
lock-version = "2.0"
python-versions = ">=3.11"
content-hash = "2b167a76f72ec4710c36f9df0ca201eb88fba05a9d8dd29e247ab608b90c9622"