Fix blake2bpy (#1557)

pull/1558/head
Nikhil Parasaram 3 years ago committed by GitHub
parent 5683310f83
commit b64892bfa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      requirements.txt
  2. 1
      setup.py

@ -1,3 +1,4 @@
blake2b-py
coloredlogs>=10.0
coincurve
configparser>=3.5.0

@ -24,6 +24,7 @@ REQUIRES_PYTHON = ">=3.6.0"
# What packages are required for this module to be executed?
REQUIRED = [
"blake2b-py",
"coloredlogs>=10.0",
"coincurve",
"py_ecc<5.0.0,>=1.4.7",

Loading…
Cancel
Save