From 0f0bc88607b5de22e6d0e5052696c971d8b650b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Serrano=20Ar=C3=A9valo?= Date: Sun, 5 Nov 2017 22:02:36 +0700 Subject: [PATCH] Updated it to Python3 Compatible progressbar --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1ac24fe98..5955ebcc4 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ 'google-api-python-client>=1.4.2', 'requests>=2.3.0', 'pysrt>=1.0.1', - 'progressbar>=2.3' + 'progressbar33>=2.4' ], license=open("LICENSE").read() )