mirror of
https://github.com/mwalbeck/podfox.git
synced 2025-04-28 06:52:24 +00:00
add tqdm as a dependency
This commit is contained in:
parent
08a2db9cc6
commit
fce25a5532
2 changed files with 2 additions and 0 deletions
|
@ -2,3 +2,4 @@ colorama==0.3.7
|
||||||
docopt==0.6.2
|
docopt==0.6.2
|
||||||
feedparser==5.2.1
|
feedparser==5.2.1
|
||||||
requests==2.11.1
|
requests==2.11.1
|
||||||
|
tqdm==4.14.0
|
1
setup.py
1
setup.py
|
@ -22,5 +22,6 @@ setup(name='podfox',
|
||||||
'docopt==0.6.2',
|
'docopt==0.6.2',
|
||||||
'feedparser==5.2.1',
|
'feedparser==5.2.1',
|
||||||
'requests==2.11.1',
|
'requests==2.11.1',
|
||||||
|
'tqdm==4.14.0',
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue