Skip to content

Commit dd7a8a7

Browse files
committed
Add ledgercomm
1 parent 6ce0097 commit dd7a8a7

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

mypy.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ ignore_missing_imports = True
1414

1515
[mypy-ledgercomm.*]
1616
ignore_missing_imports = True
17+
18+
[mypy-setuptools.*]
19+
ignore_missing_imports = True

setup.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,14 @@
2626
include_package_data=True,
2727
setup_requires=["wheel"],
2828
install_requires=[
29-
"toml>=0.10.2", "bottle", "requests", "pynacl", "pycryptodomex", "cryptography>=3.2", "prettytable"
29+
"toml>=0.10.2",
30+
"bottle",
31+
"requests",
32+
"pynacl",
33+
"pycryptodomex",
34+
"cryptography>=3.2",
35+
"prettytable",
36+
"ledgercomm"
3037
],
3138
zip_safe=False,
3239
keywords=["Elrond"],

0 commit comments

Comments
 (0)