Files
gaokao-volunteer-system/requirements-admin.txt
Hermes Agent a8b49276e8
Some checks failed
CI / pytest (Python 3.10) (push) Has been cancelled
CI / pytest (Python 3.11) (push) Has been cancelled
CI / pytest (Python 3.12) (push) Has been cancelled
feat(share): complete poster generation and unify share CLI surface
2026-06-30 17:48:58 +08:00

15 lines
327 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.
# 管理后台 / 报告生成运行依赖
# 安装示例pip install -r requirements-admin.txt -r requirements-dev.txt
fastapi==0.133.1
uvicorn==0.41.0
PyJWT==2.10.1
pydantic==2.13.4
cryptography>=43,<46
Jinja2>=3.1,<4.0
weasyprint>=66,<67
cairocffi>=1.7,<2.0
python-multipart>=0.0.20,<1.0
PyYAML>=6.0,<7.0
qrcode>=8.2,<9.0