We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750f3bf commit c5e2fcfCopy full SHA for c5e2fcf
pyproject.toml
@@ -1,13 +1,11 @@
1
[project]
2
name = "circuit-breaker-box"
3
-description = "Implementation of the Circuit Breaker"
+description = "Implementations of the Circuit Breaker"
4
readme = "README.md"
5
requires-python = ">=3.10,<4"
6
dependencies = [
7
- "asyncio>=3.4.3",
8
"cachetools",
9
"httpx",
10
- "redis",
11
"tenacity",
12
]
13
dynamic = ["version"]
@@ -23,6 +21,11 @@ classifiers = [
23
21
"Programming Language :: Python :: 3.13",
24
22
25
+[project.optional-dependencies]
+redis = [
26
+ "redis",
27
+]
28
+
29
[dependency-groups]
30
dev = [
31
"ruff",
0 commit comments