Skip to content

Commit

Permalink
updated bls, pos, and clvm_rs to new releases
Browse files Browse the repository at this point in the history
  • Loading branch information
wjblanke committed Dec 3, 2021
1 parent 8291f02 commit cc3b5e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
dependencies = [
"multidict==5.1.0", # Avoid 5.2.0 due to Avast
"aiofiles==0.7.0", # Async IO for files
"blspy==1.0.7", # Signature library
"blspy==1.0.8", # Signature library
"chiavdf==1.0.3", # timelord and vdf verification
"chiabip158==1.0", # bip158-style wallet filters
"chiapos==1.0.6", # proof of space
"chiapos==1.0.7", # proof of space
"clvm==0.9.7",
"clvm_rs==0.1.15",
"clvm_rs==0.1.16",
"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
Expand Down

0 comments on commit cc3b5e3

Please sign in to comment.