Increment blspy for uploaded source in Pypi

This commit is contained in:
Gene Hoffman 2020-04-23 22:58:24 -07:00
parent 5e091fb900
commit 0491330490
No known key found for this signature in database
GPG Key ID: AE8989DA18CADC80
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ from setuptools import setup
dependencies = [
"aiter==0.13.20191203", # Used for async generator tools
"blspy==0.1.18", # Signature library
"blspy==0.1.19", # Signature library
"cbor2==5.1.0", # Used for network wire format
"clvm==0.4", # contract language
"PyYAML==5.3", # Used for config file format