Merge branch 'video_predup' into qa

This commit is contained in:
Barbara Miller 2024-04-05 14:01:20 -07:00
commit dfd4d7da84
2 changed files with 2 additions and 1 deletions

View File

@ -111,6 +111,7 @@ def new_job(frontier, job_conf):
merged_conf["seed"] = merged_conf.pop("url")
site = brozzler.Site(frontier.rr, merged_conf)
site.id = str(uuid.uuid4())
site.seed_id = seed_conf['metadata']['ait_seed_id']
sites.append(site)
pages.append(new_seed_page(frontier, site))

View File

@ -67,7 +67,7 @@ setuptools.setup(
install_requires=[
"PyYAML>=5.1",
"yt_dlp<2023.11.16",
"cassandra-driver==3.29.1"
"cassandra-driver==3.29.1",
"reppy==0.3.4",
"requests>=2.21",
"websocket-client>=0.39.0,<=0.48.0",