Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -20,4 +20,5 @@ kaleido==0.2.1 # Used by Plotly for static image export capabilities (op
|
|
20 |
google-generativeai==0.5.4 # The official Google client library for the Gemini API
|
21 |
|
22 |
# Environment Variable Management
|
23 |
-
python-dotenv==1.0.1 # For loading environment variables from a .env file (e.g., your API key)
|
|
|
|
20 |
google-generativeai==0.5.4 # The official Google client library for the Gemini API
|
21 |
|
22 |
# Environment Variable Management
|
23 |
+
python-dotenv==1.0.1 # For loading environment variables from a .env file (e.g., your API key)
|
24 |
+
openpyxl
|