From 11c6b15d3e69538165911633eaeb8bb7128fea9b Mon Sep 17 00:00:00 2001 From: zhu-mengmeng <15588200382@163.com> Date: Sat, 28 Jun 2025 15:04:53 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..f036d12 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,20 @@ +# 基础GUI框架 +PySide6>=6.2.0 + +# 数据库连接器 +psycopg2-binary>=2.9.3 # PostgreSQL连接器(二进制版本,无需编译) +mysql-connector-python>=8.0.27 # MySQL连接器 + +# 通信和协议 +pymodbus>=3.0.0 # Modbus通信协议 +pyserial>=3.5 # 串口通信 + +# 工具库 +python-dateutil>=2.8.2 # 日期时间处理 +pytz>=2022.1 # 时区处理 +pandas>=1.4.0 # 数据分析和处理 + +# 可选依赖 +pillow>=9.0.0 # 图像处理,用于相机功能 +pynput>=1.7.6 # 键盘监听 +requests>=2.27.1 # HTTP请求 \ No newline at end of file