mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-06-20 12:54:23 -04:00
i don't know where pyyaml 5.8 came from
This commit is contained in:
parent
42ddfba923
commit
aa2d491009
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -32,7 +32,7 @@ def find_package_data(package):
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name='brozzler',
|
name='brozzler',
|
||||||
version='1.5.5',
|
version='1.5.6',
|
||||||
description='Distributed web crawling with browsers',
|
description='Distributed web crawling with browsers',
|
||||||
url='https://github.com/internetarchive/brozzler',
|
url='https://github.com/internetarchive/brozzler',
|
||||||
author='Noah Levitt',
|
author='Noah Levitt',
|
||||||
|
@ -64,7 +64,7 @@ setuptools.setup(
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'PyYAML>=5.8',
|
'PyYAML>=5.1',
|
||||||
'youtube-dl>=2018.7.21',
|
'youtube-dl>=2018.7.21',
|
||||||
'reppy==0.3.4',
|
'reppy==0.3.4',
|
||||||
'requests>=2.21',
|
'requests>=2.21',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue