mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-19 07:15:52 -04:00
i don't know where pyyaml 5.8 came from
This commit is contained in:
parent
42ddfba923
commit
aa2d491009
4
setup.py
4
setup.py
@ -32,7 +32,7 @@ def find_package_data(package):
|
||||
|
||||
setuptools.setup(
|
||||
name='brozzler',
|
||||
version='1.5.5',
|
||||
version='1.5.6',
|
||||
description='Distributed web crawling with browsers',
|
||||
url='https://github.com/internetarchive/brozzler',
|
||||
author='Noah Levitt',
|
||||
@ -64,7 +64,7 @@ setuptools.setup(
|
||||
],
|
||||
},
|
||||
install_requires=[
|
||||
'PyYAML>=5.8',
|
||||
'PyYAML>=5.1',
|
||||
'youtube-dl>=2018.7.21',
|
||||
'reppy==0.3.4',
|
||||
'requests>=2.21',
|
||||
|
Loading…
x
Reference in New Issue
Block a user