Merge commit '55057dff24acf12ba4ac4b2e5a0cd60c39efec22' into checkpoint/main_from_release_2.1.2_55057dff24acf12ba4ac4b2e5a0cd60c39efec22

This commit is contained in:
Kyle Altendorf 2023-11-29 20:07:52 -05:00
commit 83a3d016c0
No known key found for this signature in database

View File

@ -16,7 +16,7 @@ dependencies = [
"clvm_tools==0.4.7", # Currying, Program.to, other conveniences
"chia_rs==0.2.13",
"clvm-tools-rs==0.1.39", # Rust implementation of clvm_tools' compiler
"aiohttp==3.9.0", # HTTP server for full node rpc
"aiohttp==3.9.1", # HTTP server for full node rpc
"aiosqlite==0.19.0", # asyncio wrapper for sqlite, to store blocks
"bitstring==4.1.3", # Binary data management library
"colorama==0.4.6", # Colorizes terminal output