Skip to content

Commit b4a02a1

Browse files
committed
chore: update dependencies in pyproject.toml and add llm-interface module
1 parent fa78600 commit b4a02a1

File tree

2 files changed

+47
-136
lines changed

2 files changed

+47
-136
lines changed

poetry.lock

Lines changed: 46 additions & 132 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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,15 @@ exclude = ["examples"]
2424
python = "^3.10"
2525
pydantic = "^2.8.2"
2626
python-dotenv = "^1.0.1"
27-
ollama = "^0.3.1"
2827
diskcache = "^5.6.3"
29-
paramiko = "^3.4.1"
30-
openai = "^1.42.0"
3128
flask = "^3.0.3"
32-
anthropic = "^0.34.2"
3329
colorama = "^0.4.6"
3430
playwright = "^1.49.1"
3531
beautifulsoup4 = "^4.12.3"
3632
html2text = "^2024.2.26"
3733
dicttoxml = "^1.7.16"
3834
psutil = "^6.1.1"
35+
llm-interface = "^0.1"
3936

4037
[tool.poetry.group.dev.dependencies]
4138
pytest = "^8.3.2"

0 commit comments

Comments
 (0)