Merge pull request #215 from KPrasch/master

Merge nucypher-kms-ethereum constituents
pull/220/head
K Prasch 2018-04-11 14:56:12 -07:00 committed by GitHub
commit df60841fd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ constantSorrow = {git = "https://github.com/nucypher/constantSorrow.git", ref =
bytestringSplitter = {git = "https://github.com/nucypher/byteStringSplitter.git", ref = "eaa1df2433362190f30bc6e400570f0331980ebb"}
appdirs = "*"
populus = {git = "https://github.com/nucypher/Bropulus.git"}
eth-tester = "*"
[dev-packages]
pytest = "*"

View File

@ -5,6 +5,7 @@ import pytest
from kademlia.utils import digest
from constant_sorrow import constants
from nkms.blockchain.eth.utilities import spawn_miners
from nkms.crypto.api import keccak_digest
from nkms.crypto.kits import UmbralMessageKit
from nkms.network import blockchain_client