<feat> 添加 Docker 支持,包含 Dockerfile 和 .dockerignore 文件,更新 README 以说明 Docker 部署方法,更新依赖版本以支持 Python 3.12.3 及以上版本

This commit is contained in:
tangyi
2025-05-09 18:28:02 +08:00
parent d2965fd21c
commit e1f26abb99
5 changed files with 153 additions and 7 deletions

View File

@ -1,4 +1,5 @@
mcp>=0.1.0
aiomysql==0.2.0
python-dotenv>=0.19.0
sqlparse>=0.4.2
# 需要 Python 3.12.3 及以上版本 / Requires Python >=3.12.3
mcp>=1.4.1
aiomysql>=0.2.0
python-dotenv>=1.0.1
sqlparse>=0.5.3