mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 16:49:56 -05:00
Merge branch '2407-deps-update' into qa
This commit is contained in:
commit
a7af28b0d6
@ -33,7 +33,6 @@ from brozzler.chrome import Chrome
|
||||
import socket
|
||||
import urlcanon
|
||||
|
||||
websocket.enableTrace(True)
|
||||
|
||||
class BrowsingException(Exception):
|
||||
pass
|
||||
@ -139,6 +138,10 @@ class BrowserPool:
|
||||
return len(self._in_use)
|
||||
|
||||
|
||||
# uncomment the next line for LOTS of debugging logging
|
||||
# websocket.enableTrace(True)
|
||||
|
||||
|
||||
class WebsockReceiverThread(threading.Thread):
|
||||
logger = logging.getLogger(__module__ + "." + __qualname__)
|
||||
|
||||
|
2
setup.py
2
setup.py
@ -67,7 +67,6 @@ setuptools.setup(
|
||||
install_requires=[
|
||||
"PyYAML>=5.1",
|
||||
"cassandra-driver==3.29.1",
|
||||
"yt_dlp==2024.7.16",
|
||||
"reppy==0.3.4",
|
||||
"requests>=2.21",
|
||||
"websocket-client==1.8.0",
|
||||
@ -81,6 +80,7 @@ setuptools.setup(
|
||||
"python-magic>=0.4.15",
|
||||
],
|
||||
extras_require={
|
||||
"yt-dlp": ["yt-dlp==2024.7.25"],
|
||||
"dashboard": ["flask>=1.0", "gunicorn>=19.8.1"],
|
||||
"easy": [
|
||||
"warcprox>=2.4.31",
|
||||
|
Loading…
x
Reference in New Issue
Block a user