Skip to content

Commit

Permalink
移动依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
glide-the committed Jul 16, 2024
1 parent e93da4f commit dcb8ee4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@ pytest-mock = "^3.10.0"
pytest-socket = "^0.6.0"
syrupy = "^4.0.2"
requests-mock = "^1.11.0"

langchain-openai = { version = ">=0.0.6", python = ">=3.8.1,<3.12,!=3.9.7" }


[tool.poetry.group.streamlit]
optional = true

[tool.poetry.group.streamlit.dependencies]

fastapi = "~0.109.2"
sse_starlette = "~1.8.2"
uvicorn = ">=0.27.0.post1"
Expand All @@ -49,7 +58,6 @@ streamlit-modal = "0.1.0"
streamlit-aggrid = "1.0.5"
streamlit-extras = "0.4.2"

langchain-openai = { version = ">=0.0.6", python = ">=3.8.1,<3.12,!=3.9.7" }

[tool.poetry.group.lint]
optional = true
Expand Down

0 comments on commit dcb8ee4

Please sign in to comment.