update for MMGen Wallet v15.1.dev39
This commit is contained in:
parent
ab93f54d54
commit
106f201300
5 changed files with 5 additions and 5 deletions
|
|
@ -6,5 +6,6 @@ include test/init.sh
|
|||
include test/test-release.d/*.sh
|
||||
include test/modtest_d/*.py
|
||||
include test/cmdtest_d/*.py
|
||||
include test/cmdtest_d/include/cfg.py
|
||||
include test/overlay/fakemods/mmgen_node_tools/*.py
|
||||
include test/ref/*/*
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ from time import strftime,gmtime
|
|||
from decimal import Decimal
|
||||
|
||||
from mmgen.util import msg,Msg,Msg_r,die,suf,secs_to_ms,secs_to_dhms,is_int
|
||||
from mmgen.rpc import json_encoder
|
||||
from mmgen.rpc.util import json_encoder
|
||||
|
||||
class RangeParser:
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
3.5.dev10
|
||||
3.5.dev11
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@ class fee_bracket:
|
|||
|
||||
def log(data,fn):
|
||||
import json
|
||||
from mmgen.rpc import json_encoder
|
||||
from mmgen.rpc.util import json_encoder
|
||||
from mmgen.fileutil import write_data_to_file
|
||||
write_data_to_file(
|
||||
cfg = cfg,
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ project_urls =
|
|||
Website = https://mmgen.org
|
||||
Bug Tracker = https://github.com/mmgen/mmgen-node-tools/issues
|
||||
classifiers =
|
||||
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
||||
Operating System :: POSIX :: Linux
|
||||
Operating System :: Microsoft :: Windows
|
||||
Operating System :: MacOS
|
||||
|
|
@ -38,7 +37,7 @@ python_requires = >=3.9
|
|||
include_package_data = True
|
||||
|
||||
install_requires =
|
||||
mmgen-wallet>=15.1.dev26
|
||||
mmgen-wallet>=15.1.dev39
|
||||
pyyaml
|
||||
yahooquery
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue