mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-22 14:30:53 -04:00
Merge branch 'video_predup' into qa
This commit is contained in:
commit
c669d67539
3 changed files with 6 additions and 4 deletions
3
setup.py
3
setup.py
|
@ -34,7 +34,7 @@ def find_package_data(package):
|
|||
|
||||
setuptools.setup(
|
||||
name="brozzler",
|
||||
version="1.5.47a1",
|
||||
version="1.5.47a2",
|
||||
description="Distributed web crawling with browsers",
|
||||
url="https://github.com/internetarchive/brozzler",
|
||||
author="Noah Levitt",
|
||||
|
@ -67,6 +67,7 @@ setuptools.setup(
|
|||
install_requires=[
|
||||
"PyYAML>=5.1",
|
||||
"yt_dlp<2023.11.16",
|
||||
"cassandra-driver==3.29.1"
|
||||
"reppy==0.3.4",
|
||||
"requests>=2.21",
|
||||
"websocket-client>=0.39.0,<=0.48.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue