From b4d6b14599f5a147b0e5cb0632f4b1efb4dfd3e9 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Wed, 3 Jun 2020 22:36:22 -0400 Subject: [PATCH] + tqdm --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 296b12310..08de22be3 100644 --- a/setup.py +++ b/setup.py @@ -58,6 +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', ], extras_require={ 'ui': ['pyside2'],