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.
This commit is contained in:
zaclimon 2017-05-27 21:11:55 -04:00
parent 8fecc08d19
commit 7acfa97a47
1 changed files with 1 additions and 1 deletions

View File

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