mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-21 06:00:45 -04:00
remove cassandra references (currently unused)
This commit is contained in:
parent
513f661501
commit
63c53641b8
2 changed files with 0 additions and 3 deletions
|
@ -27,8 +27,6 @@ import urlcanon
|
|||
import os
|
||||
import json
|
||||
import datetime
|
||||
from cassandra import ReadTimeout
|
||||
from cassandra.cluster import Cluster
|
||||
|
||||
from . import metrics
|
||||
|
||||
|
|
1
setup.py
1
setup.py
|
@ -66,7 +66,6 @@ setuptools.setup(
|
|||
},
|
||||
install_requires=[
|
||||
"PyYAML>=5.1",
|
||||
"cassandra-driver==3.29.1",
|
||||
"reppy==0.3.4",
|
||||
"requests>=2.21",
|
||||
"websocket-client==1.8.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue