Skip to content

Commit c5e2fcf

Browse files
fixed dependencies
1 parent 750f3bf commit c5e2fcf

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pyproject.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
[project]
22
name = "circuit-breaker-box"
3-
description = "Implementation of the Circuit Breaker"
3+
description = "Implementations of the Circuit Breaker"
44
readme = "README.md"
55
requires-python = ">=3.10,<4"
66
dependencies = [
7-
"asyncio>=3.4.3",
87
"cachetools",
98
"httpx",
10-
"redis",
119
"tenacity",
1210
]
1311
dynamic = ["version"]
@@ -23,6 +21,11 @@ classifiers = [
2321
"Programming Language :: Python :: 3.13",
2422
]
2523

24+
[project.optional-dependencies]
25+
redis = [
26+
"redis",
27+
]
28+
2629
[dependency-groups]
2730
dev = [
2831
"ruff",

0 commit comments

Comments
 (0)