添加docker部署方式,优化目前项目结构,更新了readme文件

This commit is contained in:
赵杰
2025-09-22 16:36:50 +01:00
parent d6c88d87dd
commit 1e4376ba56
10 changed files with 850 additions and 32 deletions

View File

@@ -6,10 +6,10 @@ scikit-learn>=1.3.0
# 数据库驱动
pymysql>=1.1.0
cryptography>=3.4.0
flask>=2.0.0
flask-cors>=3.0.0
websockets>=10.0
cryptography>=41.0.0
flask>=2.3.0
flask-cors>=4.0.0
websockets>=11.0.0
# 中文处理
jieba>=0.42.1
@@ -23,9 +23,12 @@ openpyxl>=3.1.0
# 向量化
sentence-transformers>=2.2.0
transformers>=4.30.0
torch>=2.0.0
# 日志和配置
python-dotenv>=1.0.0
structlog>=23.0.0
# 时间处理
python-dateutil>=2.8.0
@@ -33,18 +36,49 @@ python-dateutil>=2.8.0
# JSON处理
ujson>=5.8.0
# 异步支持(可选)
# 异步支持
aiohttp>=3.8.0
asyncio>=3.4.3
# Redis缓存
redis>=4.5.0
redis-py-cluster>=2.1.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
isort>=5.12.0
# 性能监控
prometheus-client>=0.17.0
grafana-api>=1.0.0
# 安全
bcrypt>=4.0.0
pyjwt>=2.8.0
# 文件处理
python-magic>=0.4.27
pillow>=10.0.0
# 网络工具
urllib3>=2.0.0
httpx>=0.24.0
# 数据验证
pydantic>=2.0.0
marshmallow>=3.20.0
# 任务队列
celery>=5.3.0
kombu>=5.3.0
# 文档生成
sphinx>=7.0.0
sphinx-rtd-theme>=1.3.0