Skip to content

Commit

Permalink
Merge pull request #28 from superagentxai/26-ws-pipe-argument-error
Browse files Browse the repository at this point in the history
Superagentx Cli Optional
  • Loading branch information
syedhabib39 authored Dec 13, 2024
2 parents 1082c2d + 4983a23 commit 5d34d07
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 4 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ pydantic = "^2.8.2"
boto3 = "^1.35.8"
bokeh = "^3.5.2"
openai = "^1.47.1"
python-dotenv = "^1.0.1"
exa-py = "^1.1.4"
neo4j = "^5.24.0"
chromadb = "^0.5.5"
Expand All @@ -38,10 +37,13 @@ aiohttp = "^3.10.8"
rich = "^13.9.2"
protobuf = "3.20.3"
aiosqlite = "^0.20.0"
typer = "^0.13.0"
jinja2 = "^3.1.4"
typer = { version = "^0.13.0", optional = true }
jinja2 = { version = "^3.1.4", optional = true }
websockets = "^13.1"

[tool.poetry.extras]
cli = ["jinja2", "typer", "rich"]

[tool.poetry.group.test.dependencies]
pytest = "^8.3.3"
pytest-asyncio = "^0.24.0"
Expand Down

0 comments on commit 5d34d07

Please sign in to comment.