Spaces:
Runtime error
Runtime error
Update pydantic-ai-mcp-agent/setup.py
Browse files
pydantic-ai-mcp-agent/setup.py
CHANGED
|
@@ -8,7 +8,7 @@ setup(
|
|
| 8 |
author_email="info@deepresearchagents.com",
|
| 9 |
packages=find_packages(),
|
| 10 |
install_requires=[
|
| 11 |
-
"
|
| 12 |
"python-dotenv>=1.0.0",
|
| 13 |
"mcp>=0.1.0",
|
| 14 |
"openai>=1.0.0",
|
|
|
|
| 8 |
author_email="info@deepresearchagents.com",
|
| 9 |
packages=find_packages(),
|
| 10 |
install_requires=[
|
| 11 |
+
"instructor>=0.1.0",
|
| 12 |
"python-dotenv>=1.0.0",
|
| 13 |
"mcp>=0.1.0",
|
| 14 |
"openai>=1.0.0",
|