From 9380fcd09a7ed037c99cd22d4bfcdcd352b0e0bd Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Tue, 18 Feb 2025 20:01:24 -0800 Subject: [PATCH] refac --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 74b0facac..730cdfdc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -109,6 +109,9 @@ dependencies = [ "googleapis-common-protos==1.63.2", "google-cloud-storage==2.19.0", + "azure-identity==1.20.0", + "azure-storage-blob==12.24.1", + "ldap3==2.9.1", "gcp-storage-emulator>=2024.8.3", ]