Skip to content

Commit 1551ad5

Browse files
committed
Use ujson for cache builds
1 parent ab669e8 commit 1551ad5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ dependencies = [
2727
"tabulate>=0.9.0,<1.0.0",
2828
"plotly>=4.0.0,<6.0.0",
2929
"rich>=13,<14",
30+
"ujson>=5.11.0,<6.0.0"
3031
]
3132
requires-python = ">=3.10"
3233
dynamic=["version", "description"]

src/wily/cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
"""
88

9-
import json
9+
import ujson as json
1010
import os.path
1111
import pathlib
1212
import shutil

0 commit comments

Comments
 (0)