Skip to content

Commit

Permalink
Add dependencies to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rabea-al committed Nov 16, 2024
1 parent 6e62a9f commit cb4cab7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ readme = "README.md"
repository = "https://github.com/XpressAI/xai-slack"
keywords = ["xircuits", "slack"]

dependencies = [
"slack_sdk==3.33.1",
"slack_bolt==1.20.1",
"torch==2.4.1",
"torchvision==0.19.1",
"requests"
]

# Xircuits-specific configurations
[tool.xircuits]
default_example_path = "examples/msg_trigger.xircuits"
Expand Down

0 comments on commit cb4cab7

Please sign in to comment.