Merge pull request #3044 from lbryio/fwss_pin_tqdm

pin tqdm and fix ovrride
This commit is contained in:
Lex Berezhny 2020-09-14 12:59:25 -04:00 committed by GitHub
commit 6e50e83e28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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'],