Files
kami_ctrip/requirements.txt
danial 3896439d08 feat(monitoring): add health check endpoint and psutil dependency
Introduce a health check endpoint `/health` to monitor the application's status, including uptime, memory usage, CPU percentage, and thread count. Add `psutil` dependency to gather system metrics. Also, include `curl` in Dockerfile for health check functionality and update the health check configuration in Dockerfile.
2025-04-06 21:47:35 +08:00

15 lines
254 B
Plaintext

flask==3.0.3
flask_cors==4.0.1
opencv-python-headless==4.9.0.80
pillow==10.3.0
requests==2.32.3
urllib3==1.26.2
pyexecjs==1.5.1
gunicorn==22.0.0
gevent==24.2.1
selenium==3.141.0
pillow==10.3.0
pycryptodome==3.21.0
pytz==2024.2
loguru==0.7.2
psutil==5.9.5