Skip to content

Commit 606bb28

Browse files
committed
chore(pixi): add bs4. [no ci]
1 parent 27b0a14 commit 606bb28

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

pixi.lock

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = [{name = "pabroux", email = "[email protected]"}]
33
name = "tmp"
44
requires-python = ">= 3.11"
55
version = "0.1.0"
6-
dependencies = [ "langgraph>=0.4.8,<0.5", "langsmith>=0.3.45,<0.4", "typing-extensions>=4.14.0,<5", "langchain[openai]>=0.3.25,<0.4", "langchain-tavily>=0.2.1,<0.3", "ruff>=0.12.1,<0.13", "langchain-community>=0.3.25,<0.4", "pypdf>=5.7.0,<6", "pydantic>=2.11.7,<3", "pyupgrade>=3.20.0,<4"]
6+
dependencies = [ "langgraph>=0.4.8,<0.5", "langsmith>=0.3.45,<0.4", "typing-extensions>=4.14.0,<5", "langchain[openai]>=0.3.25,<0.4", "langchain-tavily>=0.2.1,<0.3", "ruff>=0.12.1,<0.13", "langchain-community>=0.3.25,<0.4", "pypdf>=5.7.0,<6", "pydantic>=2.11.7,<3", "pyupgrade>=3.20.0,<4", "bs4>=0.0.2,<0.0.3"]
77

88
[build-system]
99
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)