Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pytest-bdd==8.1.0
playwright==1.60.0

# API 测试
requests==2.33.0
requests==2.34.2

# 测试数据工厂
faker==37.12.0
Expand Down Expand Up @@ -55,7 +55,7 @@ safety==3.8.1

# WebSocket(通用)
websocket-client==1.9.0
websockets==15.0.1
websockets==16.0

# 进程/系统
psutil==5.9.6
Expand Down
2 changes: 1 addition & 1 deletion requirements/system.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ paramiko==5.0.0
pyserial==3.5
paho-mqtt==2.1.0
ffmpeg-python==0.2.0
kafka-python==2.3.2
kafka-python==3.0.0
pika==1.4.1
# pymodbus==3.5.4 # Modbus 工业协议
# web3==6.15.1 # 以太坊/EVM
Expand Down
Loading