Skip to content

Commit 5846b4f

Browse files
authored
feat: ✨ Optional async dependencies
1 parent 243df7a commit 5846b4f

2 files changed

Lines changed: 15 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ bench = [
99
"types-tabulate",
1010
]
1111
dev = [
12-
"anyio",
1312
"hatch",
1413
"mypy",
1514
"ruff",
@@ -48,6 +47,11 @@ classifiers = [
4847
]
4948
dependencies = []
5049

50+
[project.optional-dependencies]
51+
async = [
52+
"anyio",
53+
]
54+
5155
[project.urls]
5256
Repository = "https://github.com/100nm/python-injection"
5357

uv.lock

Lines changed: 10 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)