ABVM commited on
Commit
551ab80
·
verified ·
1 Parent(s): fdcacb0

Update OpenRouter_Agent.py

Browse files
Files changed (1) hide show
  1. OpenRouter_Agent.py +4 -0
OpenRouter_Agent.py CHANGED
@@ -87,6 +87,10 @@ class MultiAgentSystem:
87
  "pytesseract",
88
  "PIL",
89
  "chess",
 
 
 
 
90
  ],
91
 
92
  )
 
87
  "pytesseract",
88
  "PIL",
89
  "chess",
90
+ "bs4",
91
+ "BeautifulSoup",
92
+ "openpyxl",
93
+ "lxml",
94
  ],
95
 
96
  )