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']