diff options
author | 2024-07-16 17:56:20 +0100 | |
---|---|---|
committer | 2024-07-16 19:06:49 +0100 | |
commit | 504c15e0d5cedc31782ed3a1784de6a536a13382 (patch) | |
tree | 64a14ef44a2497972cc8e0b20dc0ca31b102b1b0 /pyproject.toml | |
parent | Add azure/setup-kubectl@v4 action (diff) |
Add redis to the project
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 7a5ed02..d8fb005 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,10 @@ spectree = "^1.2.10" deepmerge = "^1.1.1" sentry-sdk = "^2.7.1" condorcet = "^0.1.1" +redis = "^5.0.7" + +[tool.poetry.group.typing.dependencies] +types-redis = "^4.6.0.20240425" [tool.poetry.group.dev.dependencies] ruff = "^0.5.1" |