From 5e04012f42d489d3b1a34430040313d4e10fe73c Mon Sep 17 00:00:00 2001 From: Alexandre Beaulieu Date: Fri, 22 May 2020 10:50:09 -0400 Subject: [PATCH] fix: progressbar2 is not in setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index c17b79e4e..eef705387 100755 --- a/setup.py +++ b/setup.py @@ -34,6 +34,7 @@ 'appdirs>=1,<2', 'cryptography>=2.2,<3', 'names>=0,<1', + 'progressbar2>=3.20,<4', 'pyasn1>=0,<1', 'pycryptodome>=3.5,<4', 'pyopenssl>=19,<20',