# Web框架 Flask==2.3.3 Werkzeug==2.3.7 waitress==3.0.0 # 数据库 psycopg2-binary==2.9.9 # 数据处理 pandas==2.2.2 numpy==1.26.4 # Excel文件处理 openpyxl==3.1.2 # xls 解析(供 pandas.read_excel(engine="xlrd") 使用) xlrd==2.0.1 xlwt==1.3.0 xlutils==2.0.0 pywin32==306 # Oracle 短信平台写入(dfsdl) oracledb==3.4.1 # NLP/模型推理(街面三类警情地址分类) transformers==4.57.3 safetensors==0.4.5 torch==2.2.2 # Word文档处理 python-docx==1.1.0 docxtpl==0.16.7 # PDF 导出 reportlab==4.4.1 # 图表生成 matplotlib==3.7.3 Pillow==9.5.0 # HTTP请求 requests==2.31.0 # 环境变量 python-dotenv==1.0.1