Compare commits
2 Commits
e580ee9e35
...
665f070028
Author | SHA1 | Date | |
---|---|---|---|
665f070028 | |||
ba7f44e484 |
|
@ -25,6 +25,8 @@ from frozendict import frozendict
|
|||
from .pbc_types import (Address, Signature, HashSha256, Transaction,
|
||||
SignedTransaction, SignedTransactionInnerPart)
|
||||
|
||||
from ._version import __version__ #noqa: F401
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
|
|
1
requirements.txt
Normal file
1
requirements.txt
Normal file
|
@ -0,0 +1 @@
|
|||
python-ecdsa
|
2
test/test_init.py
Normal file
2
test/test_init.py
Normal file
|
@ -0,0 +1,2 @@
|
|||
def test_init():
|
||||
import pbc_client #noqa: F401
|
Loading…
Reference in New Issue
Block a user