mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-24 07:25:03 -05:00
updated bls, pos, and clvm_rs to new releases
This commit is contained in:
@@ -3,12 +3,12 @@ from setuptools import setup
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user