b2b_assistants/requirements.txt
2026-04-06 13:53:55 +03:00

33 lines
No EOL
606 B
Text

# Telegram Bot
python-telegram-bot==20.7
# Matrix Bot (use matrix-nio for Python 3.12+ compatibility)
matrix-nio==0.25.2
# Common
python-dotenv==1.0.0
requests==2.31.0
# Matplotlib for diagram generation
matplotlib==3.9.0
# Plotly for interactive charts and advanced visualizations
plotly==5.24.0
# Graphviz for flowcharts and diagrams
graphviz==0.20.3
# NetworkX for network/graph diagrams
networkx==3.3
# PyDot for graph visualization
pydot==3.0.1
# Pillow for image processing
Pillow==10.4.0
# Pandas for data manipulation in charts
pandas==2.2.2
# NumPy for numerical operations
numpy==1.26.4