forked from LBRYCommunity/lbry-sdk
fix tqdm override and pin version
This commit is contained in:
parent
336a0f6ae1
commit
50c8fc269b
2 changed files with 2 additions and 2 deletions
|
@ -214,7 +214,7 @@ class tqdm2(tqdm): # pylint: disable=invalid-name
|
||||||
def format_meter(
|
def format_meter(
|
||||||
n, total, elapsed, ncols=None, prefix='', ascii=False, # pylint: disable=redefined-builtin
|
n, total, elapsed, ncols=None, prefix='', ascii=False, # pylint: disable=redefined-builtin
|
||||||
unit='it', unit_scale=False, rate=None, bar_format=None,
|
unit='it', unit_scale=False, rate=None, bar_format=None,
|
||||||
postfix=None, unit_divisor=1000, **extra_kwargs
|
postfix=None, unit_divisor=1000, initial=0, **extra_kwargs
|
||||||
):
|
):
|
||||||
|
|
||||||
# sanity check: total
|
# sanity check: total
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -58,7 +58,7 @@ setup(
|
||||||
'pyzmq==18.1.1',
|
'pyzmq==18.1.1',
|
||||||
'sqlalchemy@git+https://github.com/sqlalchemy/sqlalchemy.git',
|
'sqlalchemy@git+https://github.com/sqlalchemy/sqlalchemy.git',
|
||||||
'chiabip158@git+https://github.com/Chia-Network/chiabip158.git',
|
'chiabip158@git+https://github.com/Chia-Network/chiabip158.git',
|
||||||
'tqdm',
|
'tqdm==4.49.0',
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
'ui': ['pyside2'],
|
'ui': ['pyside2'],
|
||||||
|
|
Loading…
Reference in a new issue