ysharma HF Staff commited on
Commit
70f92c2
·
verified ·
1 Parent(s): 9eb9443

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -5
requirements.txt CHANGED
@@ -1,5 +1,8 @@
1
- mcp
2
- anthropic
3
- aiohttp
4
- Pillow
5
- requests
 
 
 
 
1
+ openai>=1.0.0
2
+ mcp>=1.0.0
3
+ httpx>=0.25.0
4
+ pandas>=2.0.0
5
+ asyncio-mqtt>=0.11.0
6
+ python-dotenv>=1.0.0
7
+ requests>=2.31.0
8
+ jsonschema>=4.0.0