Update setup.py

This commit is contained in:
William Allen 2023-06-30 03:37:17 -05:00 committed by GitHub
parent c8e7e2640c
commit a1fa05d157
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,10 +9,10 @@ dependencies = [
"aiofiles==23.1.0", # Async IO for files
"anyio==3.6.2",
"boto3==1.26.131", # AWS S3 for DL s3 plugin
"blspy==1.0.16", # Signature library
"blspy==2.0.2", # Signature library
"chiavdf==1.0.8", # timelord and vdf verification
"chiabip158==1.2", # bip158-style wallet filters
"chiapos==2.0.0b1", # proof of space
"chiapos==2.0.0b2", # proof of space
"clvm==0.9.7",
"clvm_tools==0.4.6", # Currying, Program.to, other conveniences
"chia_rs==0.2.7",