Use `clvm` 0.5.1.

This commit is contained in:
Richard Kiss 2020-09-21 19:44:39 -07:00 committed by Gene Hoffman
parent 8bb2ab6fa3
commit 66c1c64c76
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ dependencies = [
"chiavdf==0.12.24", # timelord and vdf verification
"chiabip158==0.16", # bip158-style wallet filters
"chiapos==0.12.28", # proof of space
"clvm==0.5",
"clvm==0.5.1",
"clvm_tools==0.1.5",
"aiohttp==3.6.2", # HTTP server for full node rpc
"aiosqlite@git+https://github.com/mariano54/aiosqlite.git@28cb5754deec562ac931da8fca799fb82df97a12#egg=aiosqlite",