Skip to content

fix: complete runtime dependencies - #77

Open
luojiyin1987 wants to merge 2 commits into
cv-cat:masterfrom
luojiyin1987:fix/complete-dependencies
Open

fix: complete runtime dependencies#77
luojiyin1987 wants to merge 2 commits into
cv-cat:masterfrom
luojiyin1987:fix/complete-dependencies

Conversation

@luojiyin1987

@luojiyin1987 luojiyin1987 commented Aug 20, 2026

Copy link
Copy Markdown

Summary

  • Add aiohttp, playwright, and websocket-client to requirements.txt.
  • Require protobuf>=5.27.1 for the generated protobuf modules.
  • Fix the package import in dy_apis/douyin_recv_msg.py.
  • Update README.md to document the Python-only setup.

Verification

  • Install requirements.txt in a new Python 3.12 virtual environment.
  • Run playwright install chromium.
  • Import main, dy_apis.douyin_api, dy_apis.login_api, dy_apis.douyin_recv_msg, and dy_live.server.
  • All imports pass.

Closes #76

@luojiyin1987
luojiyin1987 marked this pull request as ready for review August 20, 2026 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

补全运行依赖声明并修复消息模块导入

1 participant