Skip to content

Commit

Permalink
use latest blspy (#15632)
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
wallentx committed Jun 30, 2023
1 parent 4b77fb3 commit e178ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

dependencies = [
"aiofiles==23.1.0", # Async IO for files
"blspy==2.0.1", # Signature library
"anyio==3.7.0",
"blspy==2.0.2", # Signature library
"boto3==1.26.161", # AWS S3 for DL s3 plugin
"chiavdf==1.0.8", # timelord and vdf verification
"chiabip158==1.2", # bip158-style wallet filters
Expand Down

0 comments on commit e178ed7

Please sign in to comment.