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
setup.py
1
setup.py
|
@ -55,6 +55,7 @@ def main():
|
|||
'optional': [
|
||||
# todo document these?
|
||||
'logzero',
|
||||
'orjson',
|
||||
'cachew>=0.8.0',
|
||||
'mypy', # used for config checks
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue