mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-25 00:59:52 -05:00
add cassandra-driver dependency
This commit is contained in:
parent
b6014c03e0
commit
57a7d29ba7
3
setup.py
3
setup.py
@ -34,7 +34,7 @@ def find_package_data(package):
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="brozzler",
|
name="brozzler",
|
||||||
version="1.5.46",
|
version="1.5.47",
|
||||||
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",
|
||||||
@ -67,6 +67,7 @@ setuptools.setup(
|
|||||||
install_requires=[
|
install_requires=[
|
||||||
"PyYAML>=5.1",
|
"PyYAML>=5.1",
|
||||||
"yt_dlp<2023.11.16",
|
"yt_dlp<2023.11.16",
|
||||||
|
"cassandra-driver==3.29.1"
|
||||||
"reppy==0.3.4",
|
"reppy==0.3.4",
|
||||||
"requests>=2.21",
|
"requests>=2.21",
|
||||||
"websocket-client>=0.39.0,<=0.48.0",
|
"websocket-client>=0.39.0,<=0.48.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user