新增对话处理功能,优化意图识别逻辑,添加结果保存至Excel的功能,更新依赖项以支持新的数据库驱动和ORM,重构代码以提高可读性和维护性,删除冗余文件以简化项目结构。
This commit is contained in:
@@ -24,6 +24,8 @@ flask = "^3.1.1"
|
||||
psycopg2 = "^2.9.10"
|
||||
gunicorn = "^23.0.0"
|
||||
gevent = "^25.5.1"
|
||||
pymysql = "^1.1.1"
|
||||
sqlalchemy = "^2.0.41"
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
Reference in New Issue
Block a user