From 0c743898746b1aa960e0f386ed55e9ecfa6c3d6f Mon Sep 17 00:00:00 2001 From: DingZQ Date: Sat, 1 Mar 2025 20:23:07 +0800 Subject: [PATCH] Refine --- install.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.py b/install.py index 1534b48..a8de304 100644 --- a/install.py +++ b/install.py @@ -18,11 +18,13 @@ def install(): packages = [ '"psycopg[binary]"', 'pytest', + 'influxdb_client', 'numpy', 'schedule', 'pandas', 'openpyxl', 'redis', + 'requests', 'uvicorn', 'chardet', 'Cython']