Skip to content

Commit

Permalink
📦️ poetry(backend): fix depend issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dannil76 committed Aug 28, 2024
1 parent 6c3d865 commit 9c29153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fai-rag-app/fai-backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ python-dotenv = "~1.0.1"
sse-starlette = "~2.1.0"
sentry-sdk = "~1.31.0"
openpyxl = "~3.1.5"
fakeredis = "~2.23.2"

[tool.poetry.group.unstructured.dependencies]
unstructured = { extras = ["md", "pdf", "docx"], version = "0.13.7" }
Expand All @@ -38,7 +39,6 @@ pytest-asyncio = "~0.23.7"
pytest-cov = "~4.1.0"
mongomock = "~4.1.2"
mongomock-motor = "~0.0.26"
fakeredis = "~2.23.2"

[tool.poetry.group.dev.dependencies]
watchfiles = "~0.21.0"
Expand Down

0 comments on commit 9c29153

Please sign in to comment.