SIT/requirements.txt

42 lines
552 B
Plaintext
Raw Permalink 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.

PyQt5
PyQt5-Qt5
PyQt5-sip
# 代码编辑器(可选,用于高级语法高亮)
QScintilla==2.13.4
# 模板引擎
Jinja2==3.1.2
MarkupSafe==2.1.3
# 数据库ORM可选
SQLAlchemy==2.0.23
# 图算法库(可选)
networkx==3.2.1
# JSON处理增强
orjson==3.9.10
# 日志增强
colorlog==6.8.0
# 数据验证
pydantic==2.5.2
# 配置文件解析
PyYAML==6.0.1
# 单元测试
pytest==7.4.3
pytest-qt==4.2.0
pytest-cov==4.1.0
# 代码质量
pylint==3.0.3
black==23.12.1
mypy==1.7.1
# 文档生成
Sphinx==7.2.6
sphinx-rtd-theme==2.0.0