diff --git a/environment.yaml b/environment.yaml
index caa6ea3d2a6139e0de82d2aaf33d099f19816174..3169ca439823476a3e053a353ee24636958abf19 100644
--- a/environment.yaml
+++ b/environment.yaml
@@ -2,6 +2,7 @@ name: aoss_tower
 channels:
   - conda-forge
 dependencies:
+  - influxdb-client
   - matplotlib
   - netcdf4
   - numpy
diff --git a/pyproject.toml b/pyproject.toml
index b5cedae3b335c45f8ac4704f71805de5eb4cd530..904273d36cd7ce008d4247185e26356b0cbe2bb1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -76,6 +76,7 @@ dependencies = [
     "pandas",
     "netcdf4",
     "requests",
+    "influxdb-client",
 ]
 dynamic = ["version"]