Ditch older 'progressbar' for newer 'progress' package
This commit is contained in:
parent
c10b5fb50f
commit
e633899998
3 changed files with 15 additions and 15 deletions
2
setup.py
2
setup.py
|
@ -66,7 +66,7 @@ requires = [
|
|||
'humanize', # 0.5.1
|
||||
'lockfile', # 0.9.1
|
||||
'openpyxl', # 2.5.0
|
||||
'progressbar', # 2.3
|
||||
'progress', # 1.3
|
||||
'six', # 1.10.0
|
||||
'xlrd', # 1.1.0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue