rm deprecated codes

This commit is contained in:
2025-06-05 08:46:45 +08:00
parent 6e477db0b2
commit f160ba76b5
3 changed files with 21 additions and 306 deletions

View File

@ -10,8 +10,9 @@ requires-python = "~=3.13"
dependencies = [
"streamlit>=1.45.0,<2.0.0",
"langchain>=0.3.0,<0.4.0",
"langchain-openai>=0.3.0,<0.4.0",
"langchain-ollama>=0.3.0,<0.4.0",
"langchain-community>=0.3.0,<0.4.0",
"watchdog>=6.0.0,<7.0.0",
]
[build-system]