File size: 469 Bytes
822ac98
 
 
c5188b7
 
 
822ac98
 
c5188b7
822ac98
 
c5188b7
822ac98
 
c5188b7
 
822ac98
 
c5188b7
 
 
822ac98
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# AI Messaging System - Visualization Tool Requirements

# Core Dependencies
streamlit>=1.28.0
pandas>=2.0.0
python-dotenv>=1.0.0

# Data Visualization
plotly>=5.17.0

# Snowflake Integration
snowflake-snowpark-python>=1.9.0

# AI/LLM APIs
openai>=1.3.0
google-generativeai>=0.3.0

# Utility Libraries
pathlib>=1.0.1
tqdm>=4.66.0

# Note: The ai_messaging_system_v2 package must be in the parent directory
# and its dependencies will be inherited from the main project