картинки
This commit is contained in:
parent
75704f6930
commit
4d444b4621
2 changed files with 1061 additions and 62 deletions
|
|
@ -1,3 +1,33 @@
|
|||
# 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
|
||||
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
|
||||
1091
src/image_bot.py
1091
src/image_bot.py
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue