# Demo application dependencies (Streamlit)
# These are NOT required for the library itself, only for running app.py

# Include library dependencies
-r requirements.txt

# Streamlit demo dependencies
streamlit>=1.28.0
matplotlib>=3.5.0
pandas>=1.3.0
neo4j>=4.4.0
openpyxl>=3.0.0

# Optional: Better graph visualization
pygraphviz>=1.10

