my.core.serialize: orjson with additional default and _serialize hook (#140)
basic orjson serialize, json.dumps fallback
Lots of surrounding changes from this discussion:
0593c69056
This commit is contained in:
parent
02a9fb5e8f
commit
eb26cf8633
8 changed files with 224 additions and 24 deletions
1
tox.ini
1
tox.ini
|
@ -23,6 +23,7 @@ setenv = MY_CONFIG = nonexistent
|
|||
commands =
|
||||
pip install -e .[testing]
|
||||
pip install cachew
|
||||
pip install orjson
|
||||
|
||||
hpi module install my.location.google
|
||||
pip install ijson # optional dependency
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue