51 lines
835 B
Plaintext
51 lines
835 B
Plaintext
|
|
# 核心依赖
|
||
|
|
playwright>=1.40.0
|
||
|
|
loguru>=0.7.0
|
||
|
|
|
||
|
|
# 异步支持
|
||
|
|
aiofiles>=23.0.0
|
||
|
|
asyncio-throttle>=1.0.2
|
||
|
|
|
||
|
|
# 数据处理
|
||
|
|
pandas>=2.0.0
|
||
|
|
pydantic>=2.0.0
|
||
|
|
|
||
|
|
# 图像/视频处理
|
||
|
|
Pillow>=10.0.0
|
||
|
|
opencv-python>=4.8.0
|
||
|
|
moviepy>=1.0.3
|
||
|
|
|
||
|
|
# 配置管理
|
||
|
|
python-dotenv>=1.0.0
|
||
|
|
pyyaml>=6.0
|
||
|
|
|
||
|
|
# 加密支持
|
||
|
|
cryptography>=41.0.0
|
||
|
|
|
||
|
|
# 时间处理
|
||
|
|
python-dateutil>=2.8.0
|
||
|
|
pytz>=2023.3
|
||
|
|
|
||
|
|
# 网络请求
|
||
|
|
httpx>=0.25.0
|
||
|
|
aiohttp>=3.9.0
|
||
|
|
|
||
|
|
# 工具库
|
||
|
|
click>=8.1.0
|
||
|
|
tqdm>=4.66.0
|
||
|
|
rich>=13.0.0
|
||
|
|
|
||
|
|
# 开发和测试
|
||
|
|
pytest>=7.4.0
|
||
|
|
pytest-asyncio>=0.21.0
|
||
|
|
pytest-cov>=4.1.0
|
||
|
|
black>=23.0.0
|
||
|
|
flake8>=6.0.0
|
||
|
|
mypy>=1.5.0
|
||
|
|
|
||
|
|
# 可选依赖(用于高级功能)
|
||
|
|
# schedule>=1.2.0 # 定时任务
|
||
|
|
# redis>=4.6.0 # 缓存和任务队列
|
||
|
|
# celery>=5.3.0 # 分布式任务队列
|
||
|
|
# fastapi>=0.103.0 # API服务
|
||
|
|
# streamlit>=1.28.0 # Web界面
|