fix: eventlet换成simple-websocket,避免与Playwright asyncio冲突
eventlet的monkey-patch会破坏Playwright的Node.js子进程通信(EPIPE) simple-websocket是Flask-SocketIO推荐的轻量驱动,无侵入性
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
flask>=3.0
|
||||
flask-socketio>=5.3
|
||||
eventlet>=0.36
|
||||
simple-websocket>=1.0
|
||||
playwright==1.52.0
|
||||
playwright-stealth>=1.0
|
||||
pyyaml>=6.0
|
||||
|
||||
Reference in New Issue
Block a user