mirror of
https://git.oceanpay.cc/danial/kami_ctrip.git
synced 2025-12-18 22:24:38 +00:00
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.
15 lines
254 B
Plaintext
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 |