Bump clvm versions.

This commit is contained in:
Richard Kiss 2021-04-06 13:26:42 -07:00 committed by Gene Hoffman
parent 43c02e513a
commit b3f70a1c68
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ dependencies = [
"chiavdf==1.0.1", # timelord and vdf verification
"chiabip158==1.0", # bip158-style wallet filters
"chiapos==1.0.0", # proof of space
"clvm==0.9.4",
"clvm_rs==0.1.4",
"clvm==0.9.5",
"clvm_rs==0.1.5",
"clvm_tools==0.4.3",
"aiohttp==3.7.4", # HTTP server for full node rpc
"aiosqlite==0.17.0", # asyncio wrapper for sqlite, to store blocks