chore: add langchain-openai and libxcrypt to support testing environment

pull/819/head
DP37 2 days ago committed by ascender1729
parent 631ad71e03
commit 9355f06f64

@ -77,6 +77,7 @@ numpy = "*"
litellm = "*" litellm = "*"
torch = "*" torch = "*"
httpx = "*" httpx = "*"
langchain-openai = "^0.3.14"
[tool.poetry.scripts] [tool.poetry.scripts]
swarms = "swarms.cli.main:main" swarms = "swarms.cli.main:main"

@ -0,0 +1,5 @@
{pkgs}: {
deps = [
pkgs.libxcrypt
];
}
Loading…
Cancel
Save