forked from LBRYCommunity/lbry-sdk
Merge pull request #3044 from lbryio/fwss_pin_tqdm
pin tqdm and fix ovrride
This commit is contained in:
commit
6e50e83e28
2 changed files with 2 additions and 2 deletions
|
@ -214,7 +214,7 @@ class tqdm2(tqdm): # pylint: disable=invalid-name
|
|||
def format_meter(
|
||||
n, total, elapsed, ncols=None, prefix='', ascii=False, # pylint: disable=redefined-builtin
|
||||
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
|
||||
|
|
2
setup.py
2
setup.py
|
@ -58,7 +58,7 @@ setup(
|
|||
'pyzmq==18.1.1',
|
||||
'sqlalchemy@git+https://github.com/sqlalchemy/sqlalchemy.git',
|
||||
'chiabip158@git+https://github.com/Chia-Network/chiabip158.git',
|
||||
'tqdm',
|
||||
'tqdm==4.49.0',
|
||||
],
|
||||
extras_require={
|
||||
'ui': ['pyside2'],
|
||||
|
|
Loading…
Reference in a new issue