feat: 娣诲姞澶氫釜鏂板姛鑳藉拰淇 - 鍖呮嫭鐢ㄦ埛绠$悊銆佹暟鎹簱杩佺Щ銆丟it鎺ㄩ€佸伐鍏风瓑

This commit is contained in:
赵杰 Jie Zhao (雄狮汽车科技)
2025-11-05 10:16:34 +08:00
parent a4261ef06f
commit c9d5c80f42
43 changed files with 4435 additions and 7439 deletions

View File

@@ -1,84 +1,80 @@
# 核心依赖
sqlalchemy>=2.0.0
requests>=2.31.0
numpy>=1.24.0
scikit-learn>=1.3.0
sqlalchemy>=2.0.32
requests>=2.32.3
numpy>=1.26.4
scikit-learn>=1.4.2
# 数据库驱动
pymysql>=1.1.0
cryptography>=41.0.0
flask>=2.3.0
flask-cors>=4.0.0
websockets>=11.0.0
pymysql>=1.1.1
cryptography>=43.0.1
flask>=3.0.3
flask-cors>=5.0.0
websockets>=15.0.1
# 中文处理
jieba>=0.42.1
# 系统监控
psutil>=5.9.0
psutil>=5.9.8
# 数据处理
pandas>=2.0.0
openpyxl>=3.1.0
pandas>=2.2.2
openpyxl>=3.1.5
# 向量化
sentence-transformers>=2.2.0
transformers>=4.30.0
torch>=2.0.0
# 向量化(可选,如果不需要可以注释掉以节省空间)
# sentence-transformers>=2.7.1
# transformers>=4.43.2
# torch>=2.4.1
# 日志和配置
python-dotenv>=1.0.0
structlog>=23.0.0
python-dotenv>=1.0.1
structlog>=24.4.0
# 时间处理
python-dateutil>=2.8.0
python-dateutil>=2.9.0
# JSON处理
ujson>=5.8.0
ujson>=5.10.0
# 异步支持
aiohttp>=3.8.0
asyncio>=3.4.3
aiohttp>=3.10.10
# asyncio是Python内置模块不需要安装
# Redis缓存
redis>=4.5.0
redis-py-cluster>=2.1.0
redis>=5.2.0
redis-py-cluster>=2.1.3
# 测试框架
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
pytest>=8.3.3
pytest-asyncio>=0.24.0
pytest-cov>=6.0.0
# 代码质量
black>=23.0.0
flake8>=6.0.0
mypy>=1.5.0
isort>=5.12.0
# 性能监控
prometheus-client>=0.17.0
grafana-api>=1.0.0
black>=24.8.0
flake8>=7.1.1
mypy>=1.11.1
isort>=5.13.2
# 安全
bcrypt>=4.0.0
pyjwt>=2.8.0
bcrypt>=4.2.1
pyjwt>=2.9.0
# 文件处理
python-magic>=0.4.27
pillow>=10.0.0
pillow>=11.0.0
# 网络工具
urllib3>=2.0.0
httpx>=0.24.0
urllib3>=2.2.3
httpx>=0.27.2
# 数据验证
pydantic>=2.0.0
marshmallow>=3.20.0
pydantic>=2.9.2
marshmallow>=3.21.4
# 任务队列
celery>=5.3.0
kombu>=5.3.0
# 任务队列(可选)
# celery>=5.4.0
# kombu>=5.4.1
# 文档生成
sphinx>=7.0.0
sphinx-rtd-theme>=1.3.0
# 文档生成(可选)
# sphinx>=7.5.0
# sphinx-rtd-theme>=2.0.0