MetaCore-startup/requirements-minimal.txt
2025-10-11 09:24:06 +08:00

12 lines
261 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.

# MetaCore 最小依赖包
# 仅包含运行应用程序的必需依赖
# GUI框架必需
PyQt5>=5.15.0
# 如果需要打包功能,取消下面的注释
# PyInstaller>=5.0.0
# 如果需要更好的图像支持,取消下面的注释
# Pillow>=8.0.0