Files
template/requirements/production.txt
2025-12-21 00:20:27 +08:00

17 lines
228 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.
# 生产依赖 - 生产环境运行
# 包含base.txt的所有依赖
-r base.txt
# WSGI服务器
gunicorn>=21.2.0
# 或使用uWSGI二选一
# uwsgi>=2.0.21
# 进程管理
supervisor>=4.2.5
# 性能监控
psutil>=5.9.0