mirror of
https://github.com/mwalbeck/podfox.git
synced 2025-04-10 16:47:30 +00:00
Update dependencies
This commit is contained in:
parent
3540879bc0
commit
5c4c771bc5
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
colorama==0.3.7
|
colorama>=0.3.7,<=0.3.9
|
||||||
docopt==0.6.2
|
docopt==0.6.2
|
||||||
feedparser==5.2.1
|
feedparser==5.2.1
|
||||||
requests==2.11.1
|
requests>=2.11.1,<=2.18.1
|
||||||
tqdm==4.14.0
|
tqdm==4.14.0
|
4
setup.py
4
setup.py
|
@ -18,10 +18,10 @@ setup(name='podfox',
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'colorama==0.3.7',
|
'colorama>=0.3.7,<=0.3.9',
|
||||||
'docopt==0.6.2',
|
'docopt==0.6.2',
|
||||||
'feedparser==5.2.1',
|
'feedparser==5.2.1',
|
||||||
'requests==2.11.1',
|
'requests>=2.11.1,<=2.18.1',
|
||||||
'tqdm==4.14.0',
|
'tqdm==4.14.0',
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue