From 7acfa97a472050ae64ffa47ba99c7e5b33c0410a Mon Sep 17 00:00:00 2001 From: zaclimon Date: Sat, 27 May 2017 21:11:55 -0400 Subject: [PATCH] requirements.txt: Adapt progressbar33 version While installing progressbar33 2.40.0, an error occurs: Could not find a version that satisfies the requirement progressbar33==2.40.0 (from -r requirements.txt (line 31)) (from versions: 2.4) No matching distribution found for progressbar33==2.40.0 (from -r requirements.txt (line 31)) Reflect the correct version as shown on pypi which is 2.4. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 43e57e3..705ed83 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ mysqlclient==1.3.10 orderedset==2.0 packaging==16.8 passlib==1.7.1 -progressbar33==2.40.0 +progressbar33==2.4 pycodestyle==2.3.1 pycparser==2.17 PyMySQL==0.7.11