Skip to content

Commit

Permalink
deps: Remove useless explicit jinja2 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed Dec 5, 2024
1 parent f379d0f commit 73b9451
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libertai_agents/poetry.lock

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

3 changes: 1 addition & 2 deletions libertai_agents/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ python = ">=3.11, <3.12"
transformers = "^4.46.0"
pydantic = "^2.5.2"
aiohttp = "^3.10.11"
fastapi = { extras = ["standard"], version = ">= 0.112, <1.0.0" }
jinja2 = "^3.1.4"
fastapi = { extras = ["standard"], version = ">=0.112, <1.0.0" }
langchain-community = { version = "^0.3.9", optional = true }

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 73b9451

Please sign in to comment.