Skip to content

Commit

Permalink
refactor(slack deps): move slackbot related dependences to slackbot g…
Browse files Browse the repository at this point in the history
…roup
  • Loading branch information
sqr00t committed Nov 8, 2023
1 parent ded8246 commit c09ea9d
Show file tree
Hide file tree
Showing 2 changed files with 202 additions and 17 deletions.
204 changes: 193 additions & 11 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 9 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ streamlit-feedback = "^0.0.9"
boto3= "1.28.17"
s3fs = "^2023.9.0"
seaborn = "^0.13.0"
langchain = "^0.0.331"
qdrant-client = "^1.6.4"
slack-bolt = "^1.18.0"
pycookiecheat = "^0.6.0"
markdownify = "^0.11.6"
sentence-transformers = "^2.2.2"

[tool.poetry.group.test]
optional = true
Expand Down Expand Up @@ -71,6 +65,15 @@ black = "^22.6.0" # Python style checks
[tool.poetry.group.dev.dependencies]
ipykernel = "^6.24.0"


[tool.poetry.group.slackbot.dependencies]
google-generativeai = "^0.2.2"
langchain = "^0.0.331"
qdrant-client = "^1.6.4"
slack-bolt = "^1.18.0"
pycookiecheat = "^0.6.0"
markdownify = "^0.11.6"

[build-system]
requires = ["poetry-core>=1.2.0rc1"]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit c09ea9d

Please sign in to comment.