Bump clvm versions.
This commit is contained in:
parent
43c02e513a
commit
b3f70a1c68
4
setup.py
4
setup.py
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue