Skip to content

Commit 4340040

Browse files
Update pyproject.toml
1 parent 96eb417 commit 4340040

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/praisonai-agents/pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ dependencies = [
2222
mcp = [
2323
"mcp>=1.6.0",
2424
"fastapi>=0.115.0",
25-
"uvicorn>=0.34.0",
26-
"starlette>=0.27.0"
25+
"uvicorn>=0.34.0"
2726
]
2827

2928
memory = [
@@ -74,4 +73,4 @@ all = [
7473

7574
[tool.setuptools.packages.find]
7675
where = ["."]
77-
include = ["praisonaiagents*"]
76+
include = ["praisonaiagents*"]

0 commit comments

Comments
 (0)