Files
DTU-RemtoeLCD/requirements.txt

9 lines
263 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 远程显示工具依赖
# 命令行工具 remo_disp_client.py 仅需 Python 标准库
# Web 服务 remo_disp_server.py 需要 Flask + flask-socketio
# 保存 PNG 需要 Pillow可选
Flask>=2.0.0
Pillow>=9.0.0
flask-socketio>=5.0.0
python-socketio>=5.0.0