mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
refactor(pyproject.toml): move flowllm dependency from core to litellm extra
This commit is contained in:
parent
cc11b77b27
commit
7f6bf11aab
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,6 @@ classifiers = [
|
|||
keywords = ["llm", "memory", "experience", "memoryscope", "ai", "mcp", "http", "reme", "personal"]
|
||||
|
||||
dependencies = [
|
||||
"flowllm[reme]>=0.2.0.10",
|
||||
"sqlite-vec>=0.1.6",
|
||||
"prompt_toolkit>=3.0.52",
|
||||
"rich>=14.2.0",
|
||||
|
|
@ -81,6 +80,7 @@ full = [
|
|||
|
||||
litellm = [
|
||||
"litellm==1.80.0",
|
||||
"flowllm[reme]>=0.2.0.10",
|
||||
]
|
||||
|
||||
light = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue