# 企业尽职调查 Skill 依赖

# Playwright 浏览器自动化
playwright>=1.40.0

# HTTP 请求
requests>=2.28.0
aiohttp>=3.8.0

# HTML 解析
beautifulsoup4>=4.12.0
lxml>=4.9.0

# 加密
cryptography>=40.0.0

# Markdown 转 HTML（可选）
markdown>=3.4.0

# 安装命令:
# pip install -r requirements.txt
# playwright install chromium
