Skip to content

Commit 7769984

Browse files
authored
LLM based bot implementation (#10)
1 parent acd2f20 commit 7769984

File tree

13 files changed

+1681
-1703
lines changed

13 files changed

+1681
-1703
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
{name = "Redis Team", email = "[email protected]"},
1111
]
1212
readme = "README.md"
13-
requires-python = ">=3.8"
13+
requires-python = ">=3.9"
1414
classifiers = [
1515
"Development Status :: 3 - Alpha",
1616
"Intended Audience :: Developers",
@@ -32,6 +32,9 @@ dependencies = [
3232
"pyyaml>=6.0.3",
3333
"slack-sdk>=3.38.0",
3434
"slack-bolt>=1.27.0",
35+
"openai>=1.0.0",
36+
"cryptography>=41.0.0",
37+
"janus>=2.0,<2.2",
3538
]
3639

3740
[project.optional-dependencies]

0 commit comments

Comments
 (0)