Skip to content

Commit 6d0d4c2

Browse files
committed
add in the perf extras
Signed-off-by: Mark Kurtz <[email protected]>
1 parent a9a082a commit 6d0d4c2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ dependencies = [
6464
]
6565

6666
[project.optional-dependencies]
67+
perf = [
68+
"orjson",
69+
"msgpack",
70+
"msgspec",
71+
"uvloop",
72+
]
6773
dev = [
6874
# build
6975
"build>=1.0.0",

0 commit comments

Comments
 (0)